__bt_search
if ((e = __bt_search(t, &c->key, &exact)) == NULL)
if ((e = __bt_search(t, &c->key, &exact)) == NULL)
loop: if ((e = __bt_search(t, key, &exact)) == NULL)
if ((e = __bt_search(t, key, &exact)) == NULL)
if ((e = __bt_search(t, key, &exact)) == NULL)
if ((ep = __bt_search(t, key, exactp)) == NULL)
EPG *__bt_search(BTREE *, const DBT *, int *);