HomeSort by: relevance | last modified time | path
    Searched defs:__bt_first (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/btree/
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
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

Completed in 21 milliseconds