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

/netbsd-current/lib/libc/db/btree/
H A Dbt_put.c54 static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
165 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
268 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) function

Completed in 195 milliseconds