Home
last modified time | relevance | path

Searched refs:DB_RECNO (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/db/test/
Ddbtest.c259 if (type != DB_RECNO)
267 if (type == DB_RECNO)
275 if (type == DB_RECNO) {
291 if (type != DB_RECNO)
300 if ((type != DB_RECNO) && (flags != R_CURSOR))
306 if ((type != DB_RECNO) && (flags != R_CURSOR))
576 return (DB_RECNO);
646 case DB_RECNO:
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
Dh_db.c270 if (type != DB_RECNO) in main()
277 if (type == DB_RECNO) in main()
284 if (type == DB_RECNO) { in main()
300 if (type != DB_RECNO) in main()
309 if ((type != DB_RECNO) && (flags != R_CURSOR)) in main()
315 if ((type != DB_RECNO) && (flags != R_CURSOR)) in main()
623 return DB_RECNO; in dbtype()
691 case DB_RECNO: in setinfo()
/freebsd-12-stable/lib/libc/db/db/
Ddb.c70 case DB_RECNO: in dbopen()
/freebsd-12-stable/include/
Ddb.h73 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
Duuids-table.c56 "uuids", 0, DB_RECNO, in svn_fs_bdb__open_uuids_table()
Drev-table.c52 "revisions", 0, DB_RECNO, in svn_fs_bdb__open_revisions_table()
/freebsd-12-stable/lib/libc/db/test/btree.tests/
Dmain.c173 0, DB_RECNO, NULL);
/freebsd-12-stable/contrib/nvi/common/
Dlog.c110 S_IRUSR | S_IWUSR, DB_RECNO, NULL); in log_init()
Dexf.c262 DB_RECNO, &oinfo)) == NULL) { in file_init()