Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1877 Py_buffer vsep; in do_xstrip() local
1884 if (PyObject_GetBuffer(sepobj, &vsep, PyBUF_SIMPLE) != 0) in do_xstrip()
1886 sep = vsep.buf; in do_xstrip()
1887 seplen = vsep.len; in do_xstrip()
1904 PyBuffer_Release(&vsep); in do_xstrip()