Searched defs:readbufferproc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
H A Dctypes.h19 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
/external/python/cpython2/Include/
H A Dobject.h157 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **); typedef
296 readbufferproc bf_getreadbuffer;

Completed in 126 milliseconds