Lines Matching refs:MatchObject
1891 match_dealloc(MatchObject* self) in match_dealloc()
1900 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index()
1941 match_getindex(MatchObject* self, PyObject* index) in match_getindex()
1966 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice()
1980 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template) in _sre_SRE_Match_expand_impl()
1991 match_group(MatchObject* self, PyObject* args) in match_group()
2026 match_getitem(MatchObject* self, PyObject* name) in match_getitem()
2041 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groups_impl()
2074 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groupdict_impl()
2119 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_start_impl()
2146 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_end_impl()
2200 _sre_SRE_Match_span_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_span_impl()
2218 match_regs(MatchObject* self) in match_regs()
2249 _sre_SRE_Match___copy___impl(MatchObject *self) in _sre_SRE_Match___copy___impl()
2265 _sre_SRE_Match___deepcopy__(MatchObject *self, PyObject *memo) in _sre_SRE_Match___deepcopy__()
2282 match_lastindex_get(MatchObject *self, void *Py_UNUSED(ignored)) in match_lastindex_get()
2290 match_lastgroup_get(MatchObject *self, void *Py_UNUSED(ignored)) in match_lastgroup_get()
2305 match_regs_get(MatchObject *self, void *Py_UNUSED(ignored)) in match_regs_get()
2315 match_repr(MatchObject *self) in match_repr()
2335 MatchObject* match; in pattern_new_match()
2344 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
2667 #define MATCH_OFF(x) offsetof(MatchObject, x)
2686 sizeof(MatchObject), sizeof(Py_ssize_t),