Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/btree/
H A Dbt_get.c61 if ((e = __bt_search(t, key, &exact)) == NULL)
124 if ((e = __bt_search(t, key, exactp)) == NULL)
H A Dextern.h27 EPG *__bt_search __P((BTREE *, const DBT *, int *));
H A Dbt_search.c39 __bt_search(t, key, exactp) in __bt_search() function
H A Dbt_delete.c106 if ((e = __bt_search(t, key, &exact)) == NULL)
H A Dbt_put.c134 if ((e = __bt_search(t, key, &exact)) == NULL)