Searched refs:haystack_ptr (Results 1 – 1 of 1) sorted by relevance
69 const char *haystack_ptr = haystack; in LLVMFuzzerTestOneInput() local71 for (; haystack_ptr != result; ++haystack_ptr) { in LLVMFuzzerTestOneInput()72 if (simple_memcmp(needle, haystack_ptr, needle_size) == 0) in LLVMFuzzerTestOneInput()