Home
last modified time | relevance | path

Searched refs:lenfunc (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dsqlitecompat.h33 typedef int (*lenfunc)(PyObject*); typedef
Drow.c197 /* mp_length */ (lenfunc)pysqlite_row_length,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
276 lenfunc sq_length;
290 lenfunc mp_length;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h137 typedef Py_ssize_t (*lenfunc)(PyObject *); typedef
276 lenfunc sq_length;
290 lenfunc mp_length;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Drangeobject.c141 (lenfunc)range_length, /* sq_length */
Dstructseq.c413 (lenfunc)structseq_length,
424 (lenfunc)structseq_length,
Dbufferobject.c796 (lenfunc)buffer_length, /*sq_length*/
806 (lenfunc)buffer_length,
Dweakrefobject.c655 (lenfunc)proxy_length, /*sq_length*/
666 (lenfunc)proxy_length, /*mp_length*/
Dtupleobject.c689 (lenfunc)tuplelength, /* sq_length */
789 (lenfunc)tuplelength,
Ddictobject.c1190 (lenfunc)dict_length, /*mp_length*/
2915 (lenfunc)dictview_len, /* sq_length */
3093 (lenfunc)dictview_len, /* sq_length */
3159 (lenfunc)dictview_len, /* sq_length */
Dmemoryobject.c779 (lenfunc)memory_length, /* mp_length */
Ddescrobject.c676 (lenfunc)proxy_len, /* mp_length */
Dclassobject.c1130 (lenfunc)instance_length, /* mp_length */
1378 (lenfunc)instance_length, /* sq_length */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c414 (lenfunc)structseq_length,
425 (lenfunc)structseq_length,
Drangeobject.c166 (lenfunc)range_length, /* sq_length */
Dbufferobject.c816 (lenfunc)buffer_length, /*sq_length*/
826 (lenfunc)buffer_length,
Dweakrefobject.c666 (lenfunc)proxy_length, /*sq_length*/
677 (lenfunc)proxy_length, /*mp_length*/
Dtupleobject.c691 (lenfunc)tuplelength, /* sq_length */
779 (lenfunc)tuplelength,
Ddictobject.c1215 (lenfunc)dict_length, /*mp_length*/
2953 (lenfunc)dictview_len, /* sq_length */
3131 (lenfunc)dictview_len, /* sq_length */
3197 (lenfunc)dictview_len, /* sq_length */
Dmemoryobject.c779 (lenfunc)memory_length, /* mp_length */
Ddescrobject.c713 (lenfunc)proxy_len, /* mp_length */
Dclassobject.c1154 (lenfunc)instance_length, /* mp_length */
1402 (lenfunc)instance_length, /* sq_length */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c105 #define lenfunc inquiry macro
1570 (lenfunc) element_length,
1580 (lenfunc) element_length,
Darraymodule.c1850 (lenfunc)array_length,
1894 (lenfunc)array_length, /*sq_length*/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c1865 (lenfunc)array_length,
1909 (lenfunc)array_length, /*sq_length*/

12