Home | History | Annotate | Download | only in recno

Lines Matching refs:BTREE

34 #include "../btree/extern.h"
38 int __rec_dleaf(BTREE *, PAGE *, uint32_t);
40 int __rec_fmap(BTREE *, recno_t);
41 int __rec_fout(BTREE *);
42 int __rec_fpipe(BTREE *, recno_t);
44 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
46 int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
47 EPG *__rec_search(BTREE *, recno_t, enum SRCHOP);
50 int __rec_vmap(BTREE *, recno_t);
51 int __rec_vout(BTREE *);
52 int __rec_vpipe(BTREE *, recno_t);