Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c1897 Py_buffer vsep; in do_xstrip() local
1904 if (PyObject_GetBuffer(sepobj, &vsep, PyBUF_SIMPLE) != 0) in do_xstrip()
1906 sep = vsep.buf; in do_xstrip()
1907 seplen = vsep.len; in do_xstrip()
1924 PyBuffer_Release(&vsep); in do_xstrip()

Completed in 4 milliseconds