Home
last modified time | relevance | path

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

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