Home
last modified time | relevance | path

Searched refs:PyObject_Del (Results 1 – 25 of 84) sorted by relevance

1234

/external/python/cpython2/Misc/
Dpymemcompat.h56 #define PyObject_Del PyMem_Free macro
80 #define PyObject_GC_Del PyObject_Del
/external/python/cpython2/Objects/
Drangeobject.c191 (destructor)PyObject_Del, /* tp_dealloc */
265 (destructor)PyObject_Del, /* tp_dealloc */
/external/python/cpython2/Modules/
D_elementtree.c315 PyObject_Del(self); in element_new()
551 PyObject_Del(self); in element_dealloc()
1729 PyObject_Del(self);
2499 PyObject_Del(self);
2505 PyObject_Del(self->entity);
2506 PyObject_Del(self);
2516 PyObject_Del(self->names);
2517 PyObject_Del(self->entity);
2518 PyObject_Del(self);
2528 PyObject_Del(self->names);
[all …]
Dxxmodule.c47 PyObject_Del(self); in Xxo_dealloc()
Dfmmodule.c143 PyObject_Del(fhp); in fh_dealloc()
Dmd5module.c44 PyObject_Del(md5p); in md5_dealloc()
Ddlmodule.c42 PyObject_Del(xp); in dl_dealloc()
DcStringIO.c542 PyObject_Del(self); in O_dealloc()
639 PyObject_Del(self); in I_dealloc()
Dcdmodule.c381 PyObject_Del(self); in cdplayer_dealloc()
669 PyObject_Del(self); in cdparser_dealloc()
Dsvmodule.c284 PyObject_Del(self); in capture_dealloc()
888 PyObject_Del(self); in svideo_dealloc()
Ddbmmodule.c73 PyObject_Del(dp); in dbm_dealloc()
Dgdbmmodule.c86 PyObject_Del(dp); in dbm_dealloc()
Dossaudiodev.c155 PyObject_Del(self); in oss_dealloc()
201 PyObject_Del(self); in oss_mixer_dealloc()
Dzlibmodule.c462 PyObject_Del(self); in Comp_dealloc()
472 PyObject_Del(self); in Decomp_dealloc()
Dsunaudiodev.c126 PyObject_Del(xp); in sad_dealloc()
Dlinuxaudiodev.c153 PyObject_Del(xp); in lad_dealloc()
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c403 #define EventRef_tp_free PyObject_Del
624 #define EventQueueRef_tp_free PyObject_Del
754 #define EventLoopRef_tp_free PyObject_Del
902 #define EventLoopTimerRef_tp_free PyObject_Del
1094 #define EventHandlerRef_tp_free PyObject_Del
1227 #define EventHandlerCallRef_tp_free PyObject_Del
1382 #define EventTargetRef_tp_free PyObject_Del
1512 #define EventHotKeyRef_tp_free PyObject_Del
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c162 #define IBNibRefObj_tp_free PyObject_Del
/external/python/cpython2/Include/
Dobjimpl.h138 #define PyObject_Del PyObject_Free macro
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c280 #define CmpInstObj_tp_free PyObject_Del
718 #define CmpObj_tp_free PyObject_Del
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c426 #define CFTypeRefObj_tp_free PyObject_Del
637 #define CFArrayRefObj_tp_free PyObject_Del
877 #define CFMutableArrayRefObj_tp_free PyObject_Del
1070 #define CFDictionaryRefObj_tp_free PyObject_Del
1247 #define CFMutableDictionaryRefObj_tp_free PyObject_Del
1478 #define CFDataRefObj_tp_free PyObject_Del
1743 #define CFMutableDataRefObj_tp_free PyObject_Del
2486 #define CFStringRefObj_tp_free PyObject_Del
2874 #define CFMutableStringRefObj_tp_free PyObject_Del
3526 #define CFURLRefObj_tp_free PyObject_Del
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h89 PyObject_Del(self); in connection_dealloc()
Dsemaphore.c493 PyObject_Del(self); in semlock_dealloc()
/external/python/cpython2/Doc/c-api/
Dallocation.rst66 .. c:function:: void PyObject_Del(PyObject *op)
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc541 PyObject_Del, // tp_free

1234