Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/db/btree/
Dbt_seq.c54 static int __bt_first(BTREE *, const DBT *, EPG *, int *);
177 return (__bt_first(t, key, ep, &exact)); in __bt_seqset()
288 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) in __bt_seqadv()
464 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first() function