Lines Matching refs:destructor
100 talloc_destructor_t destructor; member
188 tc->destructor = NULL; in _talloc()
218 void talloc_set_destructor(const void *ptr, int (*destructor)(void *)) in talloc_set_destructor()
221 tc->destructor = destructor; in talloc_set_destructor()
244 if (tc1->destructor != (talloc_destructor_t)-1) { in talloc_reference_destructor()
245 tc1->destructor = NULL; in talloc_reference_destructor()
568 if (tc->destructor) { in talloc_free()
569 talloc_destructor_t d = tc->destructor; in talloc_free()
573 tc->destructor = (talloc_destructor_t)-1; in talloc_free()
577 tc->destructor = d; in talloc_free()
580 tc->destructor = NULL; in talloc_free()