Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c191 PyObject* sre_compile_method = NULL; variable
201 sre_compile_method = PyObject_GetAttrString(sre_compile_module, "compile"); in init_sre_compile()
202 if (sre_compile_method == NULL) { in init_sre_compile()
249 sre_compile_method, pattern_bytes, flags_obj, NULL); in fuzz_sre_compile()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv253 Modules/_xxtestfuzz/fuzzer.c - sre_compile_method -