Searched refs:writebufferproc (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Include/ |
D | object.h | 158 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **); typedef 297 writebufferproc bf_getwritebuffer;
|
/external/python/cffi/c/ |
D | minibuffer.h | 131 (writebufferproc)mb_getdata,
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 20 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **); typedef
|
D | _ctypes.c | 2752 (writebufferproc)PyCData_GetBuffer,
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 852 (writebufferproc)buffer_getwritebuf,
|
D | bytearrayobject.c | 2827 (writebufferproc)bytearray_buffer_getwritebuf,
|
D | stringobject.c | 1431 (writebufferproc)string_buffer_getwritebuf,
|
D | unicodeobject.c | 8818 (writebufferproc) unicode_buffer_getwritebuf,
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 994 (writebufferproc)mmap_buffer_getwritebuf,
|
D | arraymodule.c | 1951 (writebufferproc)array_buffer_getwritebuf,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 1371 :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)
|