Home
last modified time | relevance | path

Searched refs:readbufferproc (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Objects/
Dbufferobject.c36 readbufferproc proc = 0; in get_buf()
48 proc = (readbufferproc)bp->bf_getwritebuffer; in get_buf()
56 proc = (readbufferproc)bp->bf_getcharbuffer; in get_buf()
851 (readbufferproc)buffer_getreadbuf,
Dbytearrayobject.c2826 (readbufferproc)bytearray_buffer_getreadbuf,
Dstringobject.c1430 (readbufferproc)string_buffer_getreadbuf,
Dunicodeobject.c8817 (readbufferproc) unicode_buffer_getreadbuf,
/external/python/cpython2/Include/
Dobject.h157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;
/external/python/cffi/c/
Dminibuffer.h130 (readbufferproc)mb_getdata,
D_cffi_backend.c6776 readbufferproc proc = NULL;
6778 proc = (readbufferproc)pb->bf_getreadbuffer;
6780 proc = (readbufferproc)pb->bf_getcharbuffer;
6783 proc = (readbufferproc)pb->bf_getwritebuffer;
/external/python/cpython2/Modules/_ctypes/
Dctypes.h19 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
D_ctypes.c2751 (readbufferproc)PyCData_GetBuffer,
/external/python/cpython2/Modules/
Dmmapmodule.c993 (readbufferproc)mmap_buffer_getreadbuf,
Darraymodule.c1950 (readbufferproc)array_buffer_getreadbuf,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1365 The first slot is :attr:`bf_getreadbuffer`, of type :c:type:`readbufferproc`.
1409 .. c:type:: Py_ssize_t (*readbufferproc) (PyObject *self, Py_ssize_t segment, void **ptrptr)