Searched refs:getbufferproc (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | object.h | 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 300 getbufferproc bf_getbuffer;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | object.h | 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 300 getbufferproc bf_getbuffer;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | memoryobject.c | 797 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bufferobject.c | 836 (getbufferproc)buffer_getbuffer,
|
D | bytearrayobject.c | 2805 (getbufferproc)bytearray_getbuffer,
|
D | stringobject.c | 1428 (getbufferproc)string_buffer_getbuffer,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | memoryobject.c | 797 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bytearrayobject.c | 2797 (getbufferproc)bytearray_getbuffer,
|
D | stringobject.c | 1411 (getbufferproc)string_buffer_getbuffer,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _testcapimodule.c | 304 (getbufferproc)broken_buffer_getbuffer, /* bf_getbuffer */
|