Lines Matching refs:BTREE
37 int __bt_cmp(BTREE *, const DBT *, EPG *);
38 int __bt_crsrdel(BTREE *, EPGNO *);
42 int __bt_dleaf(BTREE *, const DBT *, PAGE *, unsigned int);
44 int __bt_free(BTREE *, PAGE *);
46 PAGE *__bt_new(BTREE *, pgno_t *);
49 int __bt_push(BTREE *, pgno_t, int);
51 int __bt_relink(BTREE *, PAGE *);
52 int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
53 EPG *__bt_search(BTREE *, const DBT *, int *);
55 void __bt_setcur(BTREE *, pgno_t, unsigned int);
56 int __bt_split(BTREE *, PAGE *,
60 int __ovfl_delete(BTREE *, void *);
61 int __ovfl_get(BTREE *, void *, size_t *, void **, size_t *);
62 int __ovfl_put(BTREE *, const DBT *, pgno_t *);