HomeSort by: relevance | last modified time | path
    Searched refs:__bt_dleaf (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/btree/
extern.h 42 int __bt_dleaf(BTREE *, const DBT *, PAGE *, unsigned int);
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
bt_put.c 191 delete: if (__bt_dleaf(t, key, h, (u_int)idx) == RET_ERROR) {

Completed in 11 milliseconds