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

/freebsd-13-stable/lib/libc/db/btree/
H A Dextern.h41 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
H A Dbt_delete.c108 status = __bt_dleaf(t, NULL, h, c->pg.index);
309 if (__bt_dleaf(t, key, h, e->index)) {
332 if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) {
451 * __bt_dleaf --
464 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) function
H A Dbt_put.c189 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) {

Completed in 95 milliseconds