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

/freebsd-10.0-release/include/
H A Dndbm.h59 typedef DB DBM; typedef
63 int dbm_clearerr(DBM *);
64 void dbm_close(DBM *);
65 int dbm_delete(DBM *, datum);
66 int dbm_error(DBM *);
67 datum dbm_fetch(DBM *, datum);
68 datum dbm_firstkey(DBM *);
70 long dbm_forder(DBM *, datum);
72 datum dbm_nextkey(DBM *);
73 DBM *dbm_ope
[all...]
/freebsd-10.0-release/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-10.0-release/lib/libc/db/hash/
H A Dndbm.c55 * *DBM on success
58 extern DBM *
79 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
84 DBM *db;
96 DBM *db;
122 DBM *db;
143 DBM *db;
164 DBM *db;
187 DBM *db;
203 DBM *d
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_ndbm.c61 search_ndbm(DBM *db, char *key, char **val)
79 DBM *db;
110 DBM *db;
/freebsd-10.0-release/contrib/sendmail/libsmdb/
H A Dsmndbm.c27 DBM *smndbm_dbm;
95 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
114 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
143 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
168 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
204 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
248 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
303 DBM *dbm = db->smndbm_dbm;
331 DBM *dbm = db->smndbm_dbm;
394 DBM *db
[all...]
/freebsd-10.0-release/contrib/apr-util/dbm/
H A Dapr_dbm_ndbm.c54 /* ### ignore whatever the DBM said (dbm_said); ask it explicitly */
57 if (dbm_error((DBM*)dbm->file)) {
63 dbm_clearerr((DBM*)dbm->file);
77 DBM *file;
111 /* ### register a cleanup to close the DBM? */
134 /* store the error info into DBM, and return a status code. Also, note
153 /* store any error info into DBM, and return a status code. */
167 /* store any error info into DBM, and return a status code. */
192 /* store any error info into DBM, and return a status code. */
208 /* store any error info into DBM, an
[all...]
H A DNWGNUdbmdb133 NLM_DESCRIPTION = Apache Portability Runtime Library $(VERSION_STR) DBM Berkeley DB Driver Module
H A Dapr_dbm.c57 #error a DBM implementation was not specified
294 /* Most DBM libraries take a POSIX mode for creating files. Don't trust
/freebsd-10.0-release/contrib/apr-util/
H A Dapu-config.in60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM
H A Dapr-util.spec36 Summary: APR utility library DBM driver
41 This package provides the DBM driver for the apr-util.
H A Dconfigure1442 --with-dbm=DBM choose the DBM type to use.
1443 DBM={sdbm,gdbm,ndbm,db,db1,db185,db2,db3,db4,db4X,db5X}
11626 as_fn_error $? "--with-dbm needs to specify a DBM type to use.
18577 as_fn_error $? "--with-dbm=$requested is an unknown DBM type.
18582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default DBM" >&5
18583 $as_echo_n "checking for default DBM... " >&6; }
/freebsd-10.0-release/contrib/gcc/
H A Dsys-types.h220 typedef int DBM; typedef
/freebsd-10.0-release/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c69 return dbm_store((DBM *) db, key, val, DBM_INSERT);
216 DBM *db = NULL;
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dndbm.c49 DBM *db;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmap.c1399 ** NDBM_MAP_OPEN -- DBM-style map open
1407 register DBM *dbm;
1574 syserr("Cannot open DBM database %s", map->map_file);
1662 ** NDBM_MAP_LOOKUP -- look up a datum in a DBM-type map
1693 dfd = dbm_dirfno((DBM *) map->map_db1);
1696 pfd = dbm_pagfno((DBM *) map->map_db1);
1737 val = dbm_fetch((DBM *) map->map_db1, key);
1744 val = dbm_fetch((DBM *) map->map_db1, key);
1799 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
1832 status = dbm_store((DBM *) ma
[all...]
H A Dmain.c1176 #ifdef DBM
1177 case 'I': /* initialize alias DBM file */
1180 #endif /* DBM */
/freebsd-10.0-release/sys/dev/an/
H A Dif_an.c197 #define DBM 0 macro
3196 case DBM:
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure14689 DBM *dbm;
14839 DBM *dbm;
14977 DBM *dbm;
15094 DBM *d;

Completed in 211 milliseconds