Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_seq.c45 static int __bt_first(BTREE *, const DBT *, EPG *, int *);
164 return (__bt_first(t, key, ep, &exact)); in __bt_seqset()
250 return (__bt_first(t, &c->key, ep, &exact)); in __bt_seqadv()
326 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) in __bt_first() function