Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dpybuffer.h55 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, const Py_buffer *view,
/third_party/python/Objects/
H A Dbytearrayobject.c98 PyBuffer_ToContiguous(PyByteArray_AS_STRING(result), in _PyByteArray_FromBufferObject()
837 if (PyBuffer_ToContiguous(PyByteArray_AS_STRING(self), in bytearray___init___impl()
H A Dmemoryobject.c983 PyBuffer_ToContiguous(void *buf, const Py_buffer *src, Py_ssize_t len, char order) in PyBuffer_ToContiguous() function
992 "PyBuffer_ToContiguous: len != view->len"); in PyBuffer_ToContiguous()
2205 if (PyBuffer_ToContiguous(PyBytes_AS_STRING(bytes), src, src->len, ord) < 0) { in memoryview_tobytes_impl()
2255 if (PyBuffer_ToContiguous(PyBytes_AS_STRING(bytes), src, src->len, 'C') < 0) { in memoryview_hex_impl()
H A Dbytesobject.c2685 if (PyBuffer_ToContiguous(((PyBytesObject *)new)->ob_sval, in _PyBytes_FromBuffer()
/third_party/python/Modules/
H A D_testclinic.c620 if (PyBuffer_ToContiguous(bytes_obj_buf, buf, buf->len, 'C') < 0) { in bytes_from_buffer()
H A D_testbuffer.c2426 /* PyBuffer_ToContiguous() */
2457 if (PyBuffer_ToContiguous(buf, &view, view.len, ord) < 0) { in py_buffer_to_contiguous()
/third_party/python/PC/
H A Dpython3dll.c105 EXPORT_FUNC(PyBuffer_ToContiguous)

Completed in 18 milliseconds