Home | History | Annotate | Download | only in Include

Lines Matching refs:Py_buffer

542      PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.