Searched refs:DB_RECNO (Results 1 - 8 of 8) sorted by last modified time

/netbsd-current/lib/libc/db/db/
H A Ddb.c76 case DB_RECNO:
/netbsd-current/external/bsd/nvi/dist/common/
H A Dlog1.c118 S_IRUSR | S_IWUSR, DB_RECNO, NULL);
H A Dlog.c119 db_open(ep->log, NULL, DB_RECNO,
H A Dvi_db1.c672 *dbp = dbopen(file, O_NONBLOCK | O_RDONLY, 0, DB_RECNO, NULL);
704 O_NONBLOCK | O_RDONLY, _DB_OPEN_MODE, DB_RECNO, &oinfo);
H A Dvi_db.c773 (sp->db_error = db_open(*dbp, NULL, DB_RECNO, 0, 0)) != 0;
808 if ((sp->db_error = db_open(ep->db, ep->rcv_path, DB_RECNO,
837 if ((sp->db_error = db_open(ep->db, ep->rcv_path, DB_RECNO,
H A Ddb1.c157 if (type == DB_RECNO) {
173 type == DB_RECNO? &db->_recno_info : NULL);
/netbsd-current/tests/lib/libc/db/
H A Dh_db.c266 if (type != DB_RECNO)
273 if (type == DB_RECNO)
280 if (type == DB_RECNO) {
296 if (type != DB_RECNO)
305 if ((type != DB_RECNO) && (flags != R_CURSOR))
311 if ((type != DB_RECNO) && (flags != R_CURSOR))
607 return DB_RECNO;
675 case DB_RECNO:
/netbsd-current/include/
H A Ddb.h89 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator in enum:__anon16251

Completed in 180 milliseconds