Searched refs:deallocator (Results 1 – 9 of 9) sorted by relevance
78 Window::PropertyDeallocator deallocator; member86 value == property->default_value ? NULL : property->deallocator, in SetProperty()89 if (property->deallocator && in SetProperty()91 (*property->deallocator)(old); in SetProperty()
339 PropertyDeallocator deallocator,540 PropertyDeallocator deallocator; member
270 if (iter->second.deallocator) in ~Window()271 (*iter->second.deallocator)(iter->second.value); in ~Window()848 PropertyDeallocator deallocator, in SetPropertyInternal() argument858 prop_value.deallocator = deallocator; in SetPropertyInternal()
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() argument211 if (deallocator != NULL) in xmlListCreate()212 l->linkDeallocator = deallocator; in xmlListCreate()
56 xmlListCreate (xmlListDeallocator deallocator,
71 # becomes zero and then cause the object's deallocator to be72 # called. The deallocator is a function pointer contained in the73 # object's type structure. The type-specific deallocator takes
18582 // CHECK-NEXT: <key>type</key><string>Bad deallocator</string>