bt_seq.c | 54 static int __bt_first(BTREE *, const DBT *, EPG *, int *); 177 return (__bt_first(t, key, ep, &exact)); 288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) 450 * __bt_first -- 464 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) function in typeref:typename:int
|