Searched refs:phaystack (Results 1 – 1 of 1) sorted by relevance
250 const unsigned char *phaystack; in two_way_short_needle() local255 phaystack = &haystack[i + j]; in two_way_short_needle()264 phaystack = &haystack[i + j]; in two_way_short_needle()303 phaystack = FASTSEARCH (phaystack, needle_suffix, in two_way_short_needle()305 if (phaystack == NULL) in two_way_short_needle()308 phaystack++; in two_way_short_needle()351 phaystack = &haystack[i + j]; in two_way_short_needle()426 const unsigned char *phaystack; in two_way_long_needle() local448 phaystack = &haystack[i + j]; in two_way_long_needle()485 const unsigned char *phaystack; in two_way_long_needle() local[all …]
Completed in 4 milliseconds