Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_buffer

179 } Py_buffer;

181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);