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()568 talloc_destructor_t d = tc->destructor; in talloc_free()569 if (d == (talloc_destructor_t)-1) { in talloc_free()572 tc->destructor = (talloc_destructor_t)-1; in talloc_free()
Completed in 3 milliseconds