Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.h92 void talloc_set_destructor(const void *ptr, int (*destructor)(void *));
A Dtalloc.c218 void talloc_set_destructor(const void *ptr, int (*destructor)(void *)) in talloc_set_destructor() function
275 talloc_set_destructor(handle, talloc_reference_destructor); in talloc_reference()
312 talloc_set_destructor(h, NULL); in talloc_unreference()
A Dwatch.c193 talloc_set_destructor(watch, destroy_watch); in add_watch()
A Dtalloc_guide.txt95 destructor returned -1. See talloc_set_destructor() for details on
160 void talloc_set_destructor(const void *ptr, int (*destructor)(void *));
162 The function talloc_set_destructor() sets the "destructor" for the
177 To remove a destructor call talloc_set_destructor() with NULL for the
A Dtransaction.c500 talloc_set_destructor(trans, destroy_transaction); in do_transaction_start()
A Dlu.c53 talloc_set_destructor(lu_status, lu_destroy); in lu_begin()
A Ddomain.c811 talloc_set_destructor(domain, destroy_domain); in alloc_domain()
1458 talloc_set_destructor(xgt_handle, close_xgt_handle); in domain_early_init()
A Dcore.c366 talloc_set_destructor(req, NULL); in call_delayed()
389 talloc_set_destructor(req, undelay_request); in delay_request()
2252 talloc_set_destructor(new, destroy_conn); in new_connection()

Completed in 24 milliseconds