Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dextern.h57 #define __bt_dleaf __kdb2_bt_deleaf macro
96 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));
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) {
476 __bt_dleaf(t, key, h, idx) in __bt_dleaf() function
H A Dbt_put.c199 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) {