Searched refs:getbufferproc (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/cpython/ |
D | object.h | 64 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); typedef 181 getbufferproc bf_getbuffer;
|
/third_party/python/Objects/ |
D | picklebufobject.c | 142 .bf_getbuffer = (getbufferproc) picklebuf_getbuf,
|
D | bytearrayobject.c | 2211 (getbufferproc)bytearray_getbuffer,
|
D | memoryobject.c | 1535 (getbufferproc)memory_getbuf, /* bf_getbuffer */
|
D | bytesobject.c | 1685 (getbufferproc)bytes_buffer_getbuffer,
|
/third_party/python/Modules/_io/ |
D | bytesio.c | 1123 (getbufferproc) bytesiobuf_getbuffer,
|
/third_party/python/Modules/ |
D | _testbuffer.c | 1545 (getbufferproc)ndarray_getbuf, /* bf_getbuffer */ 2759 (getbufferproc)staticarray_getbuf, /* bf_getbuffer */
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 320 …| :c:member:`~PyBufferProcs.bf_getbuffer` | :c:func:`getbufferproc` | … 410 | :c:type:`getbufferproc` | .. line-block:: | int | 2322 .. c:member:: getbufferproc PyBufferProcs.bf_getbuffer 2554 .. c:type:: int (*getbufferproc)(PyObject *, Py_buffer *, int)
|
D | buffer.rst | 523 If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 150 The memoryview object now has a PEP-3118 compliant getbufferproc()
|