Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_sre.c.h170 _sre_SRE_Pattern_match_impl(PatternObject *self, PyTypeObject *cls,
188 return_value = _sre_SRE_Pattern_match_impl(self, cls, string, pos, endpos); in _sre_SRE_Pattern_match()
/third_party/python/Modules/
D_sre.c633 _sre_SRE_Pattern_match_impl(PatternObject *self, PyTypeObject *cls, in _sre_SRE_Pattern_match_impl() function