Home
last modified time | relevance | path

Searched refs:db_create (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Ddldb.c21 RELOC(db_create,int,(a,b,c),(DB **, DB_ENV *, u_int32_t),
38 LOADSYM(db_create) in relocate()
H A Ddbinternal.h5 int db_create(DB **, DB_ENV *, u_int32_t);
H A Dvi_db.c771 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 Dvi_db.h60 #define db_create nvi_db_create macro
H A Ddb1.c94 db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags) { in db_create() function
H A Dlog.c118 if (db_create(&ep->log, 0, 0) != 0 || in log_init()
/netbsd-src/usr.sbin/sdpd/
H A Ddb.c137 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 Drecord.c85 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 Dsdpd.h130 bool db_create(server_t *, int, const bdaddr_t *, uint32_t, sdp_data_t *);
H A Dcompat.c816 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 Ddb.m460 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 Dsample-bdb.txt36 rc = db_create(&dbi, env, 0);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dndbm_wrap.c177 if(db_create(&db, NULL, 0) != 0) {
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb3.c403 if (db_create(&d, NULL, 0) != 0) { in DB_open()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_db.c752 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 Dconfigure.ac1019 [db_create(NULL,NULL,0)],
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in228 /* Define to 1 if you have the `db_create' function. */
H A Dconfig.h.w32233 /* Define to 1 if you have the `db_create' function. */
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A Dconfigure17942 db_create(NULL, NULL, 0)