Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c285 PyObject** compiled_patterns = NULL; variable
292 compiled_patterns = (PyObject**) PyMem_RawMalloc( in init_sre_match()
294 if (compiled_patterns == NULL) { in init_sre_match()
307 compiled_patterns[i] = compiled; in init_sre_match()
327 PyObject* pattern = compiled_patterns[idx]; in fuzz_sre_match()