Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c319 getstring(PyObject* string, Py_ssize_t* p_length, in getstring() argument
332 *p_length = PyUnicode_GET_LENGTH(string); in getstring()
344 *p_length = view->len; in getstring()
1489 Py_ssize_t p_length; in _sre_compile_impl() local
1493 if (!getstring(pattern, &p_length, &self->isbytes, in _sre_compile_impl()
/external/python/cpython2/Modules/
D_sre.c1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() argument
1757 *p_length = size; in getstring()