Searched refs:haystack_ptr (Results 1 – 1 of 1) sorted by relevance
1752 for (const byte *haystack_ptr = start; haystack_ptr + needle_len <= end;) { in str_count() local1753 if (memcmp(haystack_ptr, needle, needle_len) == 0) { in str_count()1755 haystack_ptr += needle_len; in str_count()1757 haystack_ptr = utf8_next_char(haystack_ptr); in str_count()
Completed in 9 milliseconds