Lines Matching refs:BTREE
52 #include "btree.h"
54 static int __bt_first(BTREE *, const DBT *, EPG *, int *);
55 static int __bt_seqadv(BTREE *, EPG *, int);
56 static int __bt_seqset(BTREE *, EPG *, DBT *, int);
57 static int __bt_rseq_next(BTREE *, EPG *);
58 static int __bt_rseq_prev(BTREE *, EPG *);
70 * Btree sequential scan interface.
84 BTREE *t;
156 __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags)
246 __bt_seqadv(BTREE *t, EPG *ep, int flags)
375 __bt_rseq_next(BTREE *t, EPG *ep)
414 __bt_rseq_prev(BTREE *t, EPG *ep)
464 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp)
561 __bt_setcur(BTREE *t, pgno_t pgno, u_int idx)