Home
last modified time | relevance | path

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

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c25466 Py_LOCAL_INLINE(BOOL) compile_to_nodes(RE_CODE* code, RE_CODE* end_code, function
25793 ok = compile_to_nodes(code, code + code_len, self);
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c25288 Py_LOCAL_INLINE(BOOL) compile_to_nodes(RE_CODE* code, RE_CODE* end_code, in compile_to_nodes() function
25615 ok = compile_to_nodes(code, code + code_len, self); in re_compile()