Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c93 typedef int (*talloc_destructor_t)(void *); typedef
100 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