Home | History | Annotate | Download | only in Modules

Lines Matching refs:state_getslice

1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty)

2112 item = state_getslice(&state, 1, string, 1);
2121 PyObject* o = state_getslice(&state, i+1, string, 1);
2254 item = state_getslice(&state, i+1, string, 0);