Home
last modified time | relevance | path

Searched refs:needle (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c680 bt_stack_t needle, in __btlib_insert() argument
711 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() local
836 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()
/xnu-12377.81.4/tests/unit/mocks/
H A Dstd_safe.h77 extern char *strstr(const char *haystack, const char *needle);