Searched refs:__bt_dleaf (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libc/db/btree/ |
H A D | bt_delete.c | 102 status = __bt_dleaf(t, NULL, h, c->pg.index); in __bt_delete() 303 if (__bt_dleaf(t, key, h, e->index)) { in __bt_bdelete() 326 if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) { in __bt_bdelete() 458 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf() function
|
H A D | extern.h | 40 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
|
H A D | bt_put.c | 182 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) { in __bt_put()
|