| /src/external/bsd/nvi/dist/common/ |
| dbinternal.h | 5 int db_create(DB **, DB_ENV *, u_int32_t);
|
| dldb.c | 21 RELOC(db_create,int,(a,b,c),(DB **, DB_ENV *, u_int32_t), 38 LOADSYM(db_create)
|
| vi_db.h | 60 #define db_create nvi_db_create macro 143 #define DB_CREATE 0x000001 /* Create file as necessary. */
|
| vi_db.c | 737 DB_PRIVATE | DB_CREATE | DB_INIT_MPOOL | VI_DB_THREAD 771 return (sp->db_error = db_create(dbp, 0, 0)) != 0 || 786 if ((sp->db_error = db_create(&ep->db, 0, 0)) != 0) { 787 msgq(sp, M_DBERR, "db_create"); 833 if ((sp->db_error = db_create(&ep->db, ep->env, 0)) != 0) { 834 msgq(sp, M_DBERR, "db_create 2");
|
| db1.c | 94 db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags) { function 148 assert(database == NULL && !(flags & ~(DB_CREATE | DB_TRUNCATE))); 152 if (flags & DB_CREATE)
|
| log.c | 118 if (db_create(&ep->log, 0, 0) != 0 || 120 DB_CREATE | VI_DB_THREAD, S_IRUSR | S_IWUSR) != 0) {
|
| /src/usr.sbin/sdpd/ |
| record.c | 85 if (!db_create(srv, fd, &bdaddr, srv->handle, &seq)) 146 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &seq))
|
| sdpd.h | 130 bool db_create(server_t *, int, const bdaddr_t *, uint32_t, sdp_data_t *);
|
| db.c | 137 if (!db_create(srv, -1, BDADDR_ANY, 0x00000000, &d)) 142 if (!db_create(srv, -1, BDADDR_ANY, srv->handle++, &d)) 341 db_create(server_t *srv, int fd, const bdaddr_t *bdaddr, uint32_t handle, sdp_data_t *data) function
|
| compat.c | 816 if (!db_create(srv, fd, &bdaddr, srv->handle, &r)) 880 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &r))
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| sample-bdb.txt | 33 #define FLAGS (DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_TXN|DB_INIT_MPOOL|DB_CREATE|DB_THREAD) 36 rc = db_create(&dbi, env, 0); 38 rc = dbi->open(dbi, txn, "test.bdb", NULL, DB_BTREE, DB_CREATE, 0664);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| ndbm_wrap.c | 167 myflags |= DB_CREATE; 177 if(db_create(&db, NULL, 0) != 0) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| db3.c | 386 myflags |= DB_CREATE; 403 if (db_create(&d, NULL, 0) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_db.c | 608 DB_INIT_MPOOL | DB_CREATE | DB_PRIVATE, 0)) != 0) 729 db_flags |= DB_CREATE; 749 db_flags |= DB_CREATE; 752 if ((errno = db_create(&db, dbenv = dict_db_new_env(db_path), 0)) != 0) 755 msg_panic("db_create null result");
|
| /src/crypto/external/bsd/heimdal/dist/ |
| configure | 17903 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for db_create" >&5 17904 printf %s "checking for db_create... " >&6; } 17942 db_create(NULL, NULL, 0) 17964 ac_fn_c_check_func "$LINENO" "db_create" "ac_cv_func_db_create" 17972 # db_create 17973 eval "ac_tr_func=HAVE_`echo db_create | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
|