Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/db/btree/
HDbt_put.c49 static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
161 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL) in __bt_put()
264 bt_fast(BTREE *t, const DBT *key, const DBT *data, int *exactp) in bt_fast() function