Home
last modified time | relevance | path

Searched defs:p_length (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_sre.c362 getstring(PyObject* string, Py_ssize_t* p_length, in getstring()
1379 Py_ssize_t p_length; in _sre_compile_impl() local
/external/python/cpython2/Modules/
D_sre.c1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring()