__bt_first
return (__bt_first(t, key, ep, &exact));
return (__bt_first(t, &c->key, ep, &exact));
static int __bt_first(BTREE *, const DBT *, EPG *, int *);