Searched refs:two_way_long_needle (Results 1 – 4 of 4) sorted by relevance
/string/ |
A D | strcasestr.c | 87 return two_way_long_needle ((const unsigned char *) haystack, haystack_len, in STRCASESTR()
|
A D | memmem.c | 80 return two_way_long_needle (hs, hs_len, ne, ne_len); in __memmem()
|
A D | strstr.c | 107 return two_way_long_needle (hs, hs_len, ne, ne_len); in STRSTR()
|
A D | str-two-way.h | 390 two_way_long_needle (const unsigned char *haystack, size_t haystack_len, in two_way_long_needle() function
|
Completed in 30 milliseconds