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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c111 status = __bt_dleaf(t, NULL, h, c->pg.index);
317 if (__bt_dleaf(t, key, h, e->index)) {
340 if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) {
461 * __bt_dleaf --
474 __bt_dleaf(t, key, h, idx) function
H A Dextern.h42 #define __bt_dleaf __kdb2_bt_deleaf macro
81 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));

Completed in 22 milliseconds