Searched refs:DB_RECNO (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/db/db/
H A Ddb.c68 case DB_RECNO:
/barrelfish-master/lib/libc/db/test/
H A Ddbtest.c257 if (type != DB_RECNO)
265 if (type == DB_RECNO)
273 if (type == DB_RECNO) {
289 if (type != DB_RECNO)
298 if ((type != DB_RECNO) && (flags != R_CURSOR))
304 if ((type != DB_RECNO) && (flags != R_CURSOR))
574 return (DB_RECNO);
644 case DB_RECNO:
/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/btree.tests/
H A Dmain.c171 0, DB_RECNO, NULL);

Completed in 38 milliseconds