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