Lines Matching +defs:t +defs:c +defs:e
59 BTREE *t; in __bt_delete() local
60 CURSOR *c; in __bt_delete() local
135 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c) in __bt_stkacq()
138 EPG *e; in __bt_stkacq() local
279 __bt_bdelete(BTREE *t, const DBT *key) in __bt_bdelete()
281 EPG *e; in __bt_bdelete() local
364 __bt_pdelete(BTREE *t, PAGE *h) 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()
521 CURSOR *c; in __bt_curdel() local
522 EPG e; in __bt_curdel() local
614 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()