bt_delete.c | 110 status = __bt_dleaf(t, NULL, h, (u_int)c->pg.index); 312 if (__bt_dleaf(t, key, h, (u_int)e->index)) { 335 if (__bt_dleaf(t, key, h, (u_int)e->index) == RET_ERROR) { 455 * __bt_dleaf -- 468 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) function in typeref:typename:int
|