Home
last modified time | relevance | path

Searched refs:writebufferproc (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dobject.h158 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **); typedef
297 writebufferproc bf_getwritebuffer;
/external/python/cffi/c/
Dminibuffer.h131 (writebufferproc)mb_getdata,
/external/python/cpython2/Modules/_ctypes/
Dctypes.h20 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **); typedef
D_ctypes.c2752 (writebufferproc)PyCData_GetBuffer,
/external/python/cpython2/Objects/
Dbufferobject.c852 (writebufferproc)buffer_getwritebuf,
Dbytearrayobject.c2827 (writebufferproc)bytearray_buffer_getwritebuf,
Dstringobject.c1431 (writebufferproc)string_buffer_getwritebuf,
Dunicodeobject.c8818 (writebufferproc) unicode_buffer_getwritebuf,
/external/python/cpython2/Modules/
Dmmapmodule.c994 (writebufferproc)mmap_buffer_getwritebuf,
Darraymodule.c1951 (writebufferproc)array_buffer_getwritebuf,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1371 :c:type:`writebufferproc`. This slot may be *NULL* if the object does not
1419 .. c:type:: Py_ssize_t (*writebufferproc) (PyObject *self, Py_ssize_t segment, void **ptrptr)