Searched refs:compiled_patterns (Results 1 – 3 of 3) 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()
90 void *compiled_patterns; member456 gt->compiled_patterns = in main()695 gt->matcher->execute (gt->compiled_patterns, str, len, in is_string_selected()
260 Modules/_xxtestfuzz/fuzzer.c - compiled_patterns -