Lines Matching refs:BTREE
51 #include "btree.h"
53 static int __bt_bdelete(BTREE *, const DBT *);
54 static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
55 static int __bt_pdelete(BTREE *, PAGE *);
56 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
67 BTREE *t;
144 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
288 __bt_bdelete(BTREE *t, const DBT *key)
373 __bt_pdelete(BTREE *t, PAGE *h)
468 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx)
529 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx)
624 __bt_relink(BTREE *t, PAGE *h)