/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | prepare_protocol.c | 34 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
|
D | cache.c | 55 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc() 113 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
|
D | row.c | 33 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_row_dealloc()
|
D | statement.c | 424 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_statement_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | itertoolsmodule.c | 62 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc() 727 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc() 872 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc() 1014 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc() 1203 Py_TYPE(lz)->tp_free(lz); in islice_dealloc() 1345 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc() 1490 Py_TYPE(lz)->tp_free(lz); in imap_dealloc() 1667 Py_TYPE(lz)->tp_free(lz); in chain_dealloc() 1870 Py_TYPE(lz)->tp_free(lz); in product_dealloc() 2102 Py_TYPE(co)->tp_free(co); in combinations_dealloc() [all …]
|
D | threadmodule.c | 231 Py_TYPE(self)->tp_free((PyObject*)self); in localdummy_dealloc() 423 Py_TYPE(self)->tp_free((PyObject*)self); in local_dealloc()
|
D | _functoolsmodule.c | 162 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
|
D | bz2module.c | 1500 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2File_dealloc() 1824 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Comp_dealloc() 2051 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Decomp_dealloc()
|
D | selectmodule.c | 790 Py_TYPE(self)->tp_free(self); in pyepoll_dealloc() 1429 Py_TYPE(self)->tp_free(self); in kqueue_queue_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | itertoolsmodule.c | 62 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc() 746 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc() 891 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc() 1035 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc() 1225 Py_TYPE(lz)->tp_free(lz); in islice_dealloc() 1376 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc() 1521 Py_TYPE(lz)->tp_free(lz); in imap_dealloc() 1698 Py_TYPE(lz)->tp_free(lz); in chain_dealloc() 1909 Py_TYPE(lz)->tp_free(lz); in product_dealloc() 2141 Py_TYPE(co)->tp_free(co); in combinations_dealloc() [all …]
|
D | _functoolsmodule.c | 158 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | enumobject.c | 68 Py_TYPE(en)->tp_free(en); in enum_dealloc() 282 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | moduleobject.c | 181 Py_TYPE(m)->tp_free((PyObject *)m); in module_dealloc()
|
D | exceptions.c | 87 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc() 545 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc() 650 Py_TYPE(self)->tp_free((PyObject *)self); in EnvironmentError_dealloc() 847 Py_TYPE(self)->tp_free((PyObject *)self); in WindowsError_dealloc() 1121 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc() 1599 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
|
D | funcobject.c | 618 Py_TYPE(cm)->tp_free((PyObject *)cm); in cm_dealloc() 774 Py_TYPE(sm)->tp_free((PyObject *)sm); in sm_dealloc()
|
D | typeobject.c | 2443 type->tp_free = PyObject_GC_Del; in type_new() 2448 type->tp_free = PyObject_Del; in type_new() 2631 Py_TYPE(type)->tp_free((PyObject *)type); in type_dealloc() 2942 Py_TYPE(self)->tp_free(self); in object_dealloc() 3038 newto->tp_free != oldto->tp_free) in compatible_for_assignment() 3913 COPYSLOT(tp_free); 3916 type->tp_free == NULL && 3917 base->tp_free == _PyObject_Del) { 3923 type->tp_free = PyObject_GC_Del; 4043 (type->tp_free == NULL || type->tp_free == PyObject_Del)) { [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | enumobject.c | 68 Py_TYPE(en)->tp_free(en); in enum_dealloc() 282 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | moduleobject.c | 183 Py_TYPE(m)->tp_free((PyObject *)m); in module_dealloc()
|
D | exceptions.c | 87 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc() 545 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc() 650 Py_TYPE(self)->tp_free((PyObject *)self); in EnvironmentError_dealloc() 848 Py_TYPE(self)->tp_free((PyObject *)self); in WindowsError_dealloc() 1123 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc() 1603 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
|
D | funcobject.c | 618 Py_TYPE(cm)->tp_free((PyObject *)cm); in cm_dealloc() 774 Py_TYPE(sm)->tp_free((PyObject *)sm); in sm_dealloc()
|
D | typeobject.c | 2463 type->tp_free = PyObject_GC_Del; in type_new() 2468 type->tp_free = PyObject_Del; in type_new() 2658 Py_TYPE(type)->tp_free((PyObject *)type); in type_dealloc() 2973 Py_TYPE(self)->tp_free(self); in object_dealloc() 3071 newto->tp_free != oldto->tp_free) in compatible_for_assignment() 3948 COPYSLOT(tp_free); 3951 type->tp_free == NULL && 3952 base->tp_free == _PyObject_Del) { 3958 type->tp_free = PyObject_GC_Del; 4095 (type->tp_free == NULL || type->tp_free == PyObject_Del)) { [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 972 Py_TYPE(self)->tp_free(self); in mbiencoder_dealloc() 1181 Py_TYPE(self)->tp_free(self); in mbidecoder_dealloc() 1501 Py_TYPE(self)->tp_free(self); in mbstreamreader_dealloc() 1703 Py_TYPE(self)->tp_free(self); in mbstreamwriter_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 975 Py_TYPE(self)->tp_free(self); in mbiencoder_dealloc() 1184 Py_TYPE(self)->tp_free(self); in mbidecoder_dealloc() 1504 Py_TYPE(self)->tp_free(self); in mbstreamreader_dealloc() 1706 Py_TYPE(self)->tp_free(self); in mbstreamwriter_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | iobase.c | 295 Py_TYPE(self)->tp_free((PyObject *) self); in iobase_dealloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | iobase.c | 295 Py_TYPE(self)->tp_free((PyObject *) self); in iobase_dealloc()
|