Home
last modified time | relevance | path

Searched refs:__bt_dleaf (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libc/db/btree/
H A Dbt_delete.c102 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 Dextern.h40 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
H A Dbt_put.c182 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) { in __bt_put()