Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c338 #define MAX_CSV_TEST_SIZE 0x10000 macro
353 if (size < 1 || size > MAX_CSV_TEST_SIZE) { in fuzz_csv_reader()