Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c189 #define MAX_RE_TEST_SIZE 0x10000 macro
224 if (size > MAX_RE_TEST_SIZE) { in fuzz_sre_compile()
313 if (size < 1 || size > MAX_RE_TEST_SIZE) { in fuzz_sre_match()