Searched refs:charbufferproc (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Include/ |
D | object.h | 160 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef 299 charbufferproc bf_getcharbuffer;
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 22 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef
|
D | _ctypes.c | 2754 (charbufferproc)NULL,
|
/external/python/cpython2/Objects/ |
D | bufferobject.c | 854 (charbufferproc)buffer_getcharbuf,
|
D | bytearrayobject.c | 2829 (charbufferproc)bytearray_buffer_getcharbuf,
|
D | stringobject.c | 1433 (charbufferproc)string_buffer_getcharbuf,
|
D | unicodeobject.c | 8820 (charbufferproc) unicode_buffer_getcharbuf,
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 996 (charbufferproc)mmap_buffer_getcharbuffer,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 1381 The last slot is :attr:`bf_getcharbuffer`, of type :c:type:`charbufferproc`. 1440 .. c:type:: Py_ssize_t (*charbufferproc) (PyObject *self, Py_ssize_t segment, char **ptrptr)
|