Searched defs:Py_buffer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h179 } Py_buffer; typedef in typeref:struct:bufferinfo
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
/external/python/cpython3/Include/
H A Dobject.h195 } Py_buffer; typedef in typeref:struct:bufferinfo
197 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
198 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);

Completed in 166 milliseconds