Searched defs:__bt_dleaf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c113 status = __bt_dleaf(t, NULL, h, c->pg.index);
319 if (__bt_dleaf(t, key, h, e->index)) {
342 if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) {
463 * __bt_dleaf --
476 __bt_dleaf(t, key, h, idx) function
H A Dextern.h57 #define __bt_dleaf __kdb2_bt_deleaf macro
96 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));

Completed in 57 milliseconds