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

/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dextern.h39 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
H A Dbt_delete.c106 status = __bt_dleaf(t, NULL, h, c->pg.index);
307 if (__bt_dleaf(t, key, h, e->index)) {
330 if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) {
449 * __bt_dleaf --
462 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) function
H A Dbt_put.c187 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) {

Completed in 83 milliseconds