Home
last modified time | relevance | path

Searched refs:ob_freeit (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c123 void (*ob_freeit)(CFTypeRef ptr); member
137 it->ob_freeit = CFRelease; in CFTypeRefObj_New()
158 if (self->ob_freeit && self->ob_itself) in CFTypeRefObj_dealloc()
160 self->ob_freeit((CFTypeRef)self->ob_itself); in CFTypeRefObj_dealloc()
422 ((CFTypeRefObject *)self)->ob_freeit = CFRelease; in CFTypeRefObj_tp_new()
485 void (*ob_freeit)(CFTypeRef ptr); member
500 it->ob_freeit = CFRelease; in CFArrayRefObj_New()
521 if (self->ob_freeit && self->ob_itself) in CFArrayRefObj_dealloc()
523 self->ob_freeit((CFTypeRef)self->ob_itself); in CFArrayRefObj_dealloc()
633 ((CFArrayRefObject *)self)->ob_freeit = CFRelease; in CFArrayRefObj_tp_new()
[all …]
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c48 void (*ob_freeit)(Handle ptr); member
58 it->ob_freeit = NULL; in ResObj_New()
86 if (self->ob_freeit && self->ob_itself) in ResObj_dealloc()
88 self->ob_freeit(self->ob_itself); in ResObj_dealloc()
461 if ( _self->ob_freeit ) in ResObj_AutoDispose()
464 _self->ob_freeit = PyMac_AutoDisposeHandle; in ResObj_AutoDispose()
466 _self->ob_freeit = NULL; in ResObj_AutoDispose()
615 ((ResourceObject *)self)->ob_freeit = NULL; in ResObj_tp_new()
1598 rv->ob_freeit = PyMac_AutoDisposeHandle; in Res_Handle()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c53 void (*ob_freeit)(WindowPtr ptr); member
64 it->ob_freeit = NULL; in WinObj_New()
68 it->ob_freeit = PyMac_AutoDisposeWindow; in WinObj_New()
98 if (self->ob_freeit && self->ob_itself) in WinObj_dealloc()
101 self->ob_freeit(self->ob_itself); in WinObj_dealloc()
104 self->ob_freeit = NULL; in WinObj_dealloc()
2314 if ( _self->ob_freeit ) in WinObj_AutoDispose()
2317 _self->ob_freeit = PyMac_AutoDisposeWindow; in WinObj_AutoDispose()
2319 _self->ob_freeit = NULL; in WinObj_AutoDispose()
3225 ((WindowObject *)it)->ob_freeit = NULL; in WinObj_WhichWindow()
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c739 void (*ob_freeit)(AliasHandle ptr); member
749 it->ob_freeit = NULL; in Alias_New()
766 if (self->ob_freeit && self->ob_itself) in Alias_dealloc()
768 self->ob_freeit(self->ob_itself); in Alias_dealloc()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1554 ((WindowObject *)it)->ob_freeit = NULL; in DlgObj_WhichDialog()