Home
last modified time | relevance | path

Searched refs:tp_free (Results 1 – 25 of 89) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dprepare_protocol.c34 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
Dcache.c55 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc()
113 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
Drow.c33 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_row_dealloc()
Dstatement.c424 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_statement_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c62 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 …]
Dthreadmodule.c231 Py_TYPE(self)->tp_free((PyObject*)self); in localdummy_dealloc()
423 Py_TYPE(self)->tp_free((PyObject*)self); in local_dealloc()
D_functoolsmodule.c162 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
Dbz2module.c1500 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()
Dselectmodule.c790 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/
Ditertoolsmodule.c62 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.c158 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Denumobject.c68 Py_TYPE(en)->tp_free(en); in enum_dealloc()
282 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dmoduleobject.c181 Py_TYPE(m)->tp_free((PyObject *)m); in module_dealloc()
Dexceptions.c87 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()
Dfuncobject.c618 Py_TYPE(cm)->tp_free((PyObject *)cm); in cm_dealloc()
774 Py_TYPE(sm)->tp_free((PyObject *)sm); in sm_dealloc()
Dtypeobject.c2443 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/
Denumobject.c68 Py_TYPE(en)->tp_free(en); in enum_dealloc()
282 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dmoduleobject.c183 Py_TYPE(m)->tp_free((PyObject *)m); in module_dealloc()
Dexceptions.c87 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()
Dfuncobject.c618 Py_TYPE(cm)->tp_free((PyObject *)cm); in cm_dealloc()
774 Py_TYPE(sm)->tp_free((PyObject *)sm); in sm_dealloc()
Dtypeobject.c2463 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/
Dmultibytecodec.c972 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/
Dmultibytecodec.c975 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/
Diobase.c295 Py_TYPE(self)->tp_free((PyObject *) self); in iobase_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c295 Py_TYPE(self)->tp_free((PyObject *) self); in iobase_dealloc()

1234