Searched refs:getbufferproc (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/Include/ |
D | object.h | 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 300 getbufferproc bf_getbuffer;
|
/external/python/cpython3/Include/ |
D | object.h | 197 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 314 getbufferproc bf_getbuffer;
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 1094 (getbufferproc) bytesiobuf_getbuffer,
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 855 (getbufferproc)buffer_getbuffer,
|
D | memoryobject.c | 798 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bytearrayobject.c | 2830 (getbufferproc)bytearray_getbuffer,
|
D | bytesobject.c | 1756 (getbufferproc)bytes_buffer_getbuffer,
|
D | stringobject.c | 1434 (getbufferproc)string_buffer_getbuffer,
|
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 1545 (getbufferproc)ndarray_getbuf, /* bf_getbuffer */ 2759 (getbufferproc)staticarray_getbuf, /* bf_getbuffer */
|
D | mmapmodule.c | 949 (getbufferproc)mmap_buffer_getbuf,
|
D | arraymodule.c | 2619 (getbufferproc)array_buffer_getbuf,
|
/external/python/cpython3/Doc/c-api/ |
D | buffer.rst | 506 If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
|
D | typeobj.rst | 1287 .. c:member:: getbufferproc PyBufferProcs.bf_getbuffer
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 2127 (getbufferproc)bytearray_getbuffer,
|
D | memoryobject.c | 1495 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bytesobject.c | 1749 (getbufferproc)bytes_buffer_getbuffer,
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 312 (getbufferproc)broken_buffer_getbuffer, /* bf_getbuffer */
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 2756 (getbufferproc)PyCData_NewGetBuffer,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 150 The memoryview object now has a PEP-3118 compliant getbufferproc()
|