Searched refs:p_length (Results 1 – 2 of 2) sorted by relevance
362 getstring(PyObject* string, Py_ssize_t* p_length, in getstring() argument375 *p_length = PyUnicode_GET_LENGTH(string); in getstring()387 *p_length = view->len; in getstring()1379 Py_ssize_t p_length; in _sre_compile_impl() local1383 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()