Home
last modified time | relevance | path

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

/third_party/python/Modules/_sre/
H A Dsre.c371 getstring(PyObject* string, Py_ssize_t* p_length, in getstring() argument
384 *p_length = PyUnicode_GET_LENGTH(string); in getstring()
397 *p_length = view->len; in getstring()
1458 Py_ssize_t p_length; in _sre_compile_impl() local
1462 if (!getstring(pattern, &p_length, &self->isbytes, in _sre_compile_impl()

Completed in 4 milliseconds