Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c446 static int STRUCT_UNPACK_INITIALIZED = 0; in LLVMFuzzerTestOneInput() local
447 if (!STRUCT_UNPACK_INITIALIZED && !init_struct_unpack()) { in LLVMFuzzerTestOneInput()
451 STRUCT_UNPACK_INITIALIZED = 1; in LLVMFuzzerTestOneInput()