Searched defs:lenfunc (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dsqlitecompat.h33 typedef int (*lenfunc)(PyObject*); typedef
/external/python/cpython2/Modules/
H A D_elementtree.c105 #define lenfunc inquiry macro
1611 (lenfunc) element_length,
1621 (lenfunc) element_length,
/external/python/cpython2/Include/
H A Dobject.h137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
276 lenfunc sq_length;
290 lenfunc mp_length;

Completed in 130 milliseconds