Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv248 Modules/_xxtestfuzz/fuzzer.c - compiled_patterns -