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 D | extern.h | 57 #define __bt_dleaf __kdb2_bt_deleaf macro 96 int __bt_dleaf __P((BTREE *, const DBT *, PAGE *, u_int));
|
H A D | bt_delete.c | 113 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 D | bt_put.c | 199 delete: if (__bt_dleaf(t, key, h, idx) == RET_ERROR) {
|