Home
last modified time | relevance | path

Searched refs:segcountproc (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dobject.h159 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *); typedef
298 segcountproc bf_getsegcount;
/external/python/cffi/c/
Dminibuffer.h132 (segcountproc)mb_getsegcount,
/external/python/cpython2/Modules/_ctypes/
Dctypes.h21 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *); typedef
D_ctypes.c2753 (segcountproc)PyCData_GetSegcount,
/external/python/cpython2/Objects/
Dbufferobject.c853 (segcountproc)buffer_getsegcount,
Dbytearrayobject.c2828 (segcountproc)bytearray_buffer_getsegcount,
Dstringobject.c1432 (segcountproc)string_buffer_getsegcount,
Dunicodeobject.c8819 (segcountproc) unicode_buffer_getsegcount,
/external/python/cpython2/Modules/
Dmmapmodule.c995 (segcountproc)mmap_buffer_getsegcount,
Darraymodule.c1952 (segcountproc)array_buffer_getsegcount,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1374 The third slot is :attr:`bf_getsegcount`, with type :c:type:`segcountproc`.
1433 .. c:type:: Py_ssize_t (*segcountproc) (PyObject *self, Py_ssize_t *lenp)
/external/webp/swig/
Dlibwebp_python_wrap.c905 typedef getsegcountproc segcountproc; typedef