__bt_search       167 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
__bt_search       226 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
__bt_search       305 libdb/bt_delete.c loop:	if ((e = __bt_search(t, key, &exact)) == NULL)
__bt_search        86 libdb/bt_get.c 	if ((e = __bt_search(t, key, &exact)) == NULL)
__bt_search       170 libdb/bt_put.c 		if ((e = __bt_search(t, key, &exact)) == NULL)
__bt_search       361 libdb/bt_seq.c 	if ((ep = __bt_search(t, key, exactp)) == NULL)
__bt_search        48 libdb/extern.h EPG	*__bt_search(BTREE *, const DBT *, int *);