Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c145 #define MAX_JSON_TEST_SIZE 0x10000 macro
163 if (size > MAX_JSON_TEST_SIZE) { in fuzz_json_loads()