Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytes_methods.c741 Py_buffer sub_view = {NULL, NULL}; in tailmatch() local
750 if (PyObject_GetBuffer(substr, &sub_view, PyBUF_SIMPLE) != 0) in tailmatch()
752 sub = sub_view.buf; in tailmatch()
753 slen = sub_view.len; in tailmatch()
775 PyBuffer_Release(&sub_view); in tailmatch()
779 PyBuffer_Release(&sub_view); in tailmatch()