Lines Matching refs:PAGE
45 static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
46 static int __bt_pdelete(BTREE *, PAGE *);
47 static int __bt_relink(BTREE *, PAGE *);
48 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
61 PAGE *h; in __bt_delete()
135 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
140 PAGE *h; in __bt_stkacq()
282 PAGE *h; in __bt_bdelete()
364 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
367 PAGE *pg; in __bt_pdelete()
458 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
519 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel()
523 PAGE *pg; in __bt_curdel()
614 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()
616 PAGE *pg; in __bt_relink()