Searched refs:talloc_destructor_t (Results 1 – 1 of 1) sorted by relevance
93 typedef int (*talloc_destructor_t)(void *); typedef100 talloc_destructor_t destructor;244 if (tc1->destructor != (talloc_destructor_t)-1) { in talloc_reference_destructor()569 talloc_destructor_t d = tc->destructor; in talloc_free()570 if (d == (talloc_destructor_t)-1) { in talloc_free()573 tc->destructor = (talloc_destructor_t)-1; in talloc_free()
Completed in 5 milliseconds