Searched refs:compiled_patterns (Results 1 – 1 of 1) sorted by relevance
285 PyObject** compiled_patterns = NULL; variable292 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()