bt_fast
if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
static EPG *bt_fast __P((BTREE *, const DBT *, const DBT *, int *));
if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);