Home
last modified time | relevance | path

Searched refs:charbufferproc (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dobject.h160 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef
299 charbufferproc bf_getcharbuffer;
/external/python/cpython2/Modules/_ctypes/
Dctypes.h22 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **); typedef
D_ctypes.c2754 (charbufferproc)NULL,
/external/python/cpython2/Objects/
Dbufferobject.c854 (charbufferproc)buffer_getcharbuf,
Dbytearrayobject.c2829 (charbufferproc)bytearray_buffer_getcharbuf,
Dstringobject.c1433 (charbufferproc)string_buffer_getcharbuf,
Dunicodeobject.c8820 (charbufferproc) unicode_buffer_getcharbuf,
/external/python/cpython2/Modules/
Dmmapmodule.c996 (charbufferproc)mmap_buffer_getcharbuffer,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1381 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)