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

/barrelfish-master/lib/libc/db/db/
H A Ddb.c62 case DB_BTREE:
/barrelfish-master/include/
H A Ddb.h71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator in enum:__anon60
/barrelfish-master/lib/libc/db/test/
H A Ddbtest.c326 if (type == DB_BTREE && oflags & DB_LOCK)
570 return (DB_BTREE);
596 case DB_BTREE:
/barrelfish-master/lib/libc/db/btree/
H A Dbt_open.c174 dbp->type = DB_BTREE;
/barrelfish-master/lib/libc/db/test/btree.tests/
H A Dmain.c174 0600, DB_BTREE, &b);

Completed in 43 milliseconds