Home | History | Annotate | Download | only in Modules

Lines Matching refs:state_init

401 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string,
604 if (!state_init(&state, (PatternObject *)self, string, pos, endpos))
643 if (!state_init(&state, self, string, pos, endpos))
685 if (!state_init(&state, self, string, pos, endpos))
751 if (!state_init(&state, self, string, pos, endpos))
905 if (!state_init(&state, self, string, 0, PY_SSIZE_T_MAX))
1040 if (!state_init(&state, self, string, 0, PY_SSIZE_T_MAX)) {
2491 if (!state_init(&scanner->state, self, string, pos, endpos)) {