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/ |
D | sqlitecompat.h | 33 typedef int (*lenfunc)(PyObject*); typedef
|
D | row.c | 197 /* mp_length */ (lenfunc)pysqlite_row_length,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | object.h | 137 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/ |
D | object.h | 137 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/ |
D | rangeobject.c | 141 (lenfunc)range_length, /* sq_length */
|
D | structseq.c | 413 (lenfunc)structseq_length, 424 (lenfunc)structseq_length,
|
D | bufferobject.c | 796 (lenfunc)buffer_length, /*sq_length*/ 806 (lenfunc)buffer_length,
|
D | weakrefobject.c | 655 (lenfunc)proxy_length, /*sq_length*/ 666 (lenfunc)proxy_length, /*mp_length*/
|
D | tupleobject.c | 689 (lenfunc)tuplelength, /* sq_length */ 789 (lenfunc)tuplelength,
|
D | dictobject.c | 1190 (lenfunc)dict_length, /*mp_length*/ 2915 (lenfunc)dictview_len, /* sq_length */ 3093 (lenfunc)dictview_len, /* sq_length */ 3159 (lenfunc)dictview_len, /* sq_length */
|
D | memoryobject.c | 779 (lenfunc)memory_length, /* mp_length */
|
D | descrobject.c | 676 (lenfunc)proxy_len, /* mp_length */
|
D | classobject.c | 1130 (lenfunc)instance_length, /* mp_length */ 1378 (lenfunc)instance_length, /* sq_length */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | structseq.c | 414 (lenfunc)structseq_length, 425 (lenfunc)structseq_length,
|
D | rangeobject.c | 166 (lenfunc)range_length, /* sq_length */
|
D | bufferobject.c | 816 (lenfunc)buffer_length, /*sq_length*/ 826 (lenfunc)buffer_length,
|
D | weakrefobject.c | 666 (lenfunc)proxy_length, /*sq_length*/ 677 (lenfunc)proxy_length, /*mp_length*/
|
D | tupleobject.c | 691 (lenfunc)tuplelength, /* sq_length */ 779 (lenfunc)tuplelength,
|
D | dictobject.c | 1215 (lenfunc)dict_length, /*mp_length*/ 2953 (lenfunc)dictview_len, /* sq_length */ 3131 (lenfunc)dictview_len, /* sq_length */ 3197 (lenfunc)dictview_len, /* sq_length */
|
D | memoryobject.c | 779 (lenfunc)memory_length, /* mp_length */
|
D | descrobject.c | 713 (lenfunc)proxy_len, /* mp_length */
|
D | classobject.c | 1154 (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.c | 105 #define lenfunc inquiry macro 1570 (lenfunc) element_length, 1580 (lenfunc) element_length,
|
D | arraymodule.c | 1850 (lenfunc)array_length, 1894 (lenfunc)array_length, /*sq_length*/
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | arraymodule.c | 1865 (lenfunc)array_length, 1909 (lenfunc)array_length, /*sq_length*/
|
12