Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytearrayobject.c519 Py_buffer vbytes; in bytearray_setslice() local
522 vbytes.len = -1; in bytearray_setslice()
540 if (PyObject_GetBuffer(values, &vbytes, PyBUF_SIMPLE) != 0) { in bytearray_setslice()
546 needed = vbytes.len; in bytearray_setslice()
547 bytes = vbytes.buf; in bytearray_setslice()
558 if (vbytes.len != -1) in bytearray_setslice()
559 PyBuffer_Release(&vbytes); in bytearray_setslice()
1872 Py_buffer vbytes; in bytearray_strip_impl_helper() local
1879 if (PyObject_GetBuffer(bytes, &vbytes, PyBUF_SIMPLE) != 0) in bytearray_strip_impl_helper()
1881 bytesptr = (const char*)vbytes in bytearray_strip_impl_helper()
[all...]

Completed in 3 milliseconds