Searched refs:cleanup_func (Results 1 – 1 of 1) sorted by relevance
102 struct cleanup_func { struct106 struct cleanup_func *next; argument108 static struct cleanup_func *cleanup_funcs = NULL;292 struct cleanup_func *current; in finish()998 struct cleanup_func *cleanup, **last; in register_cleanup()1000 cleanup = bcalloc_type(1, struct cleanup_func); in register_cleanup()