/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | dldb.c | 21 RELOC(db_create,int,(a,b,c),(DB **, DB_ENV *, u_int32_t), 38 LOADSYM(db_create) in relocate()
|
H A D | dbinternal.h | 5 int db_create(DB **, DB_ENV *, u_int32_t);
|
H A D | vi_db.c | 771 return (sp->db_error = db_create(dbp, 0, 0)) != 0 || in db_msg_open() 786 if ((sp->db_error = db_create(&ep->db, 0, 0)) != 0) { in db_init() 833 if ((sp->db_error = db_create(&ep->db, ep->env, 0)) != 0) { in db_init()
|
H A D | vi_db.h | 60 #define db_create nvi_db_create macro
|
H A D | db1.c | 94 db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags) { in db_create() function
|
H A D | log.c | 118 if (db_create(&ep->log, 0, 0) != 0 || in log_init()
|
/netbsd-src/usr.sbin/sdpd/ |
H A D | db.c | 137 if (!db_create(srv, -1, BDADDR_ANY, 0x00000000, &d)) in db_init() 142 if (!db_create(srv, -1, BDADDR_ANY, srv->handle++, &d)) in db_init() 341 db_create(server_t *srv, int fd, const bdaddr_t *bdaddr, uint32_t handle, sdp_data_t *data) in db_create() function
|
H A D | record.c | 85 if (!db_create(srv, fd, &bdaddr, srv->handle, &seq)) in record_insert_request() 146 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &seq)) in record_update_request()
|
H A D | sdpd.h | 130 bool db_create(server_t *, int, const bdaddr_t *, uint32_t, sdp_data_t *);
|
H A D | compat.c | 816 if (!db_create(srv, fd, &bdaddr, srv->handle, &r)) in compat_register_request() 880 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &r)) in compat_change_request()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | db.m4 | 60 dnl db_create is used by db3 and db4 and db5 and db6 62 AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db-6 db-5 db4 db3 db, [
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | sample-bdb.txt | 36 rc = db_create(&dbi, env, 0);
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | ndbm_wrap.c | 177 if(db_create(&db, NULL, 0) != 0) {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | db3.c | 403 if (db_create(&d, NULL, 0) != 0) { in DB_open()
|
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/ |
H A D | dlz_bdbhpt_dynamic.c |
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_db.c | 752 if ((errno = db_create(&db, dbenv = dict_db_new_env(db_path), 0)) != 0) in dict_db_open()
|
/netbsd-src/external/bsd/nvi/dist/dist/ |
H A D | configure.ac | 1019 [db_create(NULL,NULL,0)],
|
/netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
H A D | config.h.in | 228 /* Define to 1 if you have the `db_create' function. */
|
H A D | config.h.w32 | 233 /* Define to 1 if you have the `db_create' function. */
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | configure | 17942 db_create(NULL, NULL, 0)
|