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

/prebuilts/gdb/darwin-x86/include/python2.7/
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 *);
/prebuilts/gdb/linux-x86/include/python2.7/
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 *);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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 *);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
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 *);

Completed in 64 milliseconds