Home
last modified time | relevance | path

Searched defs:lenfunc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h33 typedef int (*lenfunc)(PyObject*); typedef
/external/python/cpython2/Include/
Dobject.h137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
/external/python/cpython3/Include/
Dobject.h173 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
/external/python/cpython2/Modules/
D_elementtree.c105 #define lenfunc inquiry macro