Home
last modified time | relevance | path

Searched refs:__bt_seq (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/lib/libc/db/btree/
HDextern.h51 int __bt_seq(const DB *, DBT *, DBT *, u_int);
HDbt_seq.c74 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) in __bt_seq() function
HDbt_open.c180 dbp->seq = __bt_seq; in __bt_open()