Searched refs:DB_BTREE (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/usr.sbin/sa/
H A Ddb.c64 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL)
70 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) {
156 DB_BTREE, bti)) == NULL) {
H A Dpdb.c181 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti);
/freebsd-10-stable/lib/libc/db/db/
H A Ddb.c58 case DB_BTREE:
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dmiscellaneous-table.c51 "miscellaneous", 0, DB_BTREE,
H A Dlock-tokens-table.c56 "lock-tokens", 0, DB_BTREE,
H A Dnode-origins-table.c48 "node-origins", 0, DB_BTREE,
H A Dchecksum-reps-table.c50 "checksum-reps", 0, DB_BTREE,
H A Dcopies-table.c54 "copies", 0, DB_BTREE,
H A Dreps-table.c54 "representations", 0, DB_BTREE,
H A Dnodes-table.c61 "nodes", 0, DB_BTREE,
H A Dtxn-table.c62 "transactions", 0, DB_BTREE,
H A Dlocks-table.c58 "locks", 0, DB_BTREE,
H A Dchanges-table.c66 "changes", 0, DB_BTREE,
H A Dstrings-table.c57 "strings", 0, DB_BTREE,
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c179 if(db->open(db, NULL, fn, NULL, DB_BTREE, myflags, mode) != 0) {
181 if(db->open(db, fn, NULL, DB_BTREE, myflags, mode) != 0) {
188 db = dbopen(fn, flags, mode, DB_BTREE, NULL);
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Ddb3.c280 ret = (*d->open)(db->hdb_db, NULL, fn, NULL, DB_BTREE, myflags, mode);
282 ret = (*d->open)(db->hdb_db, fn, NULL, DB_BTREE, myflags, mode);
288 ret = (*d->open)(db->hdb_db, NULL, db->hdb_name, NULL, DB_BTREE,
291 ret = (*d->open)(db->hdb_db, db->hdb_name, NULL, DB_BTREE,
H A Ddb.c269 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL);
273 db->hdb_db = dbopen(db->hdb_name, flags, mode, DB_BTREE, NULL);
H A Dhdb-mitdb.c740 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL);
749 db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL);
755 db->hdb_db = dbopen(db->hdb_name, flags, mode, DB_BTREE, NULL);
/freebsd-10-stable/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator in enum:__anon5558
/freebsd-10-stable/lib/libc/db/test/
H A Ddbtest.c326 if (type == DB_BTREE && oflags & DB_LOCK)
570 return (DB_BTREE);
596 case DB_BTREE:
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c345 if (type == DB_BTREE && oflags & DB_LOCK)
619 return DB_BTREE;
643 case DB_BTREE:
/freebsd-10-stable/usr.bin/finger/
H A Dutil.c161 (db = dbopen(NULL, O_RDWR, 0, DB_BTREE, NULL)) == NULL)
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_open.c174 dbp->type = DB_BTREE;
/freebsd-10-stable/contrib/sendmail/src/
H A Dudb.c990 0644, DB_BTREE, NULL);
1014 DB_BTREE,
1029 errno = db_open(up->udb_dbname, DB_BTREE,
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c79 return DB_BTREE;

Completed in 155 milliseconds

12