Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c53 static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
173 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
276 bt_fast(t, key, data, exactp) in bt_fast() function