Searched refs:needle (Results 1 – 2 of 2) sorted by relevance
680 bt_stack_t needle, in __btlib_insert() argument711 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert()714 if (__btstack_same(needle, bts)) { in __btlib_insert()747 *bts = *needle; in __btlib_insert()827 union bt_stack needle; in __btlib_get() local836 hash = __btstack_capture(&needle, fp, (flags & BTREF_GET_PERMANENT)); in __btlib_get()875 if (needle.bts_hash < bts->bts_hash) { in __btlib_get()878 if (__btstack_same(&needle, bts) && in __btlib_get()889 return __btlib_insert(btl, &needle, flags, hash); in __btlib_get()
77 extern char *strstr(const char *haystack, const char *needle);