Searched refs:p_length (Results 1 – 2 of 2) sorted by relevance
319 getstring(PyObject* string, Py_ssize_t* p_length, in getstring() argument332 *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() local1493 if (!getstring(pattern, &p_length, &self->isbytes, in _sre_compile_impl()
1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() argument1757 *p_length = size; in getstring()