Searched refs:PyBuffer_GetPointer (Results 1 – 4 of 4) sorted by relevance
275 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
477 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) in PyBuffer_GetPointer() function608 ptr = PyBuffer_GetPointer(view, indices); in PyBuffer_FromContiguous()678 dptr = PyBuffer_GetPointer(&view_dest, indices); in PyObject_CopyData()679 sptr = PyBuffer_GetPointer(&view_src, indices); in PyObject_CopyData()
480 .. c:function:: void* PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices)
2346 ptr = PyBuffer_GetPointer(&view, indices); in get_pointer()