Home
last modified time | relevance | path

Searched refs:PyObject_DEL (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcobject.c137 PyObject_DEL(self); in PyCObject_dealloc()
Dcapsule.c263 PyObject_DEL(o); in capsule_dealloc()
Dcodeobject.c320 PyObject_DEL(co); in code_dealloc()
Dbufferobject.c263 PyObject_DEL(self); in buffer_dealloc()
Dunicodeobject.c329 PyObject_DEL(unicode->str); in _PyUnicode_New()
381 PyObject_DEL(unicode->str); in unicode_dealloc()
394 PyObject_DEL(unicode->str); in unicode_dealloc()
8859 PyObject_DEL(v->str); in PyUnicode_ClearFreeList()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcobject.c137 PyObject_DEL(self); in PyCObject_dealloc()
Dcapsule.c263 PyObject_DEL(o); in capsule_dealloc()
Dcodeobject.c320 PyObject_DEL(co); in code_dealloc()
Dbufferobject.c263 PyObject_DEL(self); in buffer_dealloc()
Dunicodeobject.c342 PyObject_DEL(unicode->str); in _PyUnicode_New()
394 PyObject_DEL(unicode->str); in unicode_dealloc()
407 PyObject_DEL(unicode->str); in unicode_dealloc()
8969 PyObject_DEL(v->str); in PyUnicode_ClearFreeList()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h139 #define PyObject_DEL PyObject_FREE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h139 #define PyObject_DEL PyObject_FREE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c94 #define PyObject_DEL(op) PyMem_DEL((op)) macro
1875 PyObject_DEL(self); in pattern_dealloc()
3204 PyObject_DEL(self); in match_dealloc()
3729 PyObject_DEL(self); in scanner_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c94 #define PyObject_DEL(op) PyMem_DEL((op)) macro
1875 PyObject_DEL(self); in pattern_dealloc()
3204 PyObject_DEL(self); in match_dealloc()
3729 PyObject_DEL(self); in scanner_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c95 #define PyObject_DEL(op) PyMem_DEL((op)) macro
1889 PyObject_DEL(self); in pattern_dealloc()
3285 PyObject_DEL(self); in match_dealloc()
3850 PyObject_DEL(self); in scanner_dealloc()