Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c498 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() function
783 item = state_getslice(&state, 1, string, 1); in _sre_SRE_Pattern_findall_impl()
792 PyObject* o = state_getslice(&state, i+1, string, 1); in _sre_SRE_Pattern_findall_impl()
941 item = state_getslice(&state, i+1, string, 0); in _sre_SRE_Pattern_split_impl()
/external/python/cpython2/Modules/
D_sre.c1831 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() function
2180 item = state_getslice(&state, 1, string, 1); in pattern_findall()
2189 PyObject* o = state_getslice(&state, i+1, string, 1); in pattern_findall()
2343 item = state_getslice(&state, i+1, string, 0); in pattern_split()