Searched refs:DBM (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/include/
H A Dndbm.h58 typedef DB DBM; typedef
62 int dbm_clearerr(DBM *);
63 void dbm_close(DBM *);
64 int dbm_delete(DBM *, datum);
65 int dbm_error(DBM *);
66 datum dbm_fetch(DBM *, datum);
67 datum dbm_firstkey(DBM *);
69 long dbm_forder(DBM *, datum);
71 datum dbm_nextkey(DBM *);
72 DBM *dbm_ope
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h75 typedef struct DBM DBM; typedef in typeref:struct:DBM
80 } DBM;
83 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_clearerr (DBM*);
84 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL dbm_close (DBM*);
85 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_delete (DBM*, datum);
86 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_error (DBM*);
87 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_fetch (DBM*, datum);
88 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_firstkey (DBM*);
89 ROKEN_LIB_FUNCTION datum ROKEN_LIB_CALL dbm_nextkey (DBM*);
[all...]
H A Dndbm_wrap.c68 dbm_close (DBM *db)
79 dbm_delete (DBM *db, datum dkey)
91 dbm_fetch (DBM *db, datum dkey)
138 dbm_firstkey (DBM *db)
144 dbm_nextkey (DBM *db)
149 ROKEN_LIB_FUNCTION DBM* ROKEN_LIB_CALL
191 return (DBM*)db;
195 dbm_store (DBM *db, datum dkey, datum dvalue, int flags)
215 dbm_error (DBM *db)
221 dbm_clearerr (DBM *d
[all...]
/freebsd-current/lib/libc/db/hash/
H A Dndbm.c51 * *DBM on success
54 extern DBM *
73 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
77 dbm_close(DBM *db)
88 dbm_fetch(DBM *db, datum key)
112 dbm_firstkey(DBM *db)
132 dbm_nextkey(DBM *db)
152 dbm_delete(DBM *db, datum key)
173 dbm_store(DBM *db, datum key, datum data, int flags)
186 dbm_error(DBM *d
[all...]
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmndbm.c26 DBM *smndbm_dbm;
94 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
113 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
142 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
167 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
203 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
247 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
302 DBM *dbm = db->smndbm_dbm;
330 DBM *dbm = db->smndbm_dbm;
393 DBM *db
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dndbm.c49 DBM *db;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c1676 ** NDBM_MAP_OPEN -- DBM-style map open
1684 register DBM *dbm;
1851 syserr("Cannot open DBM database %s", map->map_file);
1918 ** NDBM_MAP_LOOKUP -- look up a datum in a DBM-type map
1963 dfd = dbm_dirfno((DBM *) map->map_db1);
1966 pfd = dbm_pagfno((DBM *) map->map_db1);
2007 val = dbm_fetch((DBM *) map->map_db1, key);
2014 val = dbm_fetch((DBM *) map->map_db1, key);
2069 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
2101 status = dbm_store((DBM *) ma
[all...]
H A Dmain.c1227 #ifdef DBM
1228 case 'I': /* initialize alias DBM file */
1231 #endif /* DBM */
/freebsd-current/crypto/heimdal/
H A Dconfigure14689 DBM *dbm;
14839 DBM *dbm;
14977 DBM *dbm;
15094 DBM *d;

Completed in 287 milliseconds