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

/freebsd-11.0-release/lib/libc/db/db/
H A Ddb.c63 return (__bt_open(fname, flags & USE_OPEN_FLAGS,
/freebsd-11.0-release/include/
H A Ddb.h211 DB *__bt_open(const char *, int, int, const BTREEINFO *, int);
/freebsd-11.0-release/lib/libc/db/recno/
H A Drec_open.c83 dbp = __bt_open(openinfo->bfname,
86 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags);
/freebsd-11.0-release/lib/libc/db/btree/
H A Dbt_open.c91 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) function

Completed in 55 milliseconds