Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/gettext/gettext-tools/src/
Dmsggrep.c90 void *compiled_patterns; member
456 gt->compiled_patterns = in main()
695 gt->matcher->execute (gt->compiled_patterns, str, len, in is_string_selected()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv260 Modules/_xxtestfuzz/fuzzer.c - compiled_patterns -