Searched refs:PyBuffer_ToContiguous (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/ |
H A D | pybuffer.h | 55 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, const Py_buffer *view,
|
/third_party/python/Objects/ |
H A D | bytearrayobject.c | 98 PyBuffer_ToContiguous(PyByteArray_AS_STRING(result), in _PyByteArray_FromBufferObject() 837 if (PyBuffer_ToContiguous(PyByteArray_AS_STRING(self), in bytearray___init___impl()
|
H A D | memoryobject.c | 983 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 D | bytesobject.c | 2685 if (PyBuffer_ToContiguous(((PyBytesObject *)new)->ob_sval, in _PyBytes_FromBuffer()
|
/third_party/python/Modules/ |
H A D | _testclinic.c | 620 if (PyBuffer_ToContiguous(bytes_obj_buf, buf, buf->len, 'C') < 0) { in bytes_from_buffer()
|
H A D | _testbuffer.c | 2426 /* PyBuffer_ToContiguous() */ 2457 if (PyBuffer_ToContiguous(buf, &view, view.len, ord) < 0) { in py_buffer_to_contiguous()
|
/third_party/python/PC/ |
H A D | python3dll.c | 105 EXPORT_FUNC(PyBuffer_ToContiguous)
|
Completed in 18 milliseconds