Searched refs:talloc_set_destructor (Results 1 – 8 of 8) sorted by relevance
| /tools/xenstored/ |
| A D | talloc.h | 92 void talloc_set_destructor(const void *ptr, int (*destructor)(void *));
|
| A D | talloc.c | 218 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 D | watch.c | 193 talloc_set_destructor(watch, destroy_watch); in add_watch()
|
| A D | talloc_guide.txt | 95 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 D | transaction.c | 500 talloc_set_destructor(trans, destroy_transaction); in do_transaction_start()
|
| A D | lu.c | 53 talloc_set_destructor(lu_status, lu_destroy); in lu_begin()
|
| A D | domain.c | 811 talloc_set_destructor(domain, destroy_domain); in alloc_domain() 1458 talloc_set_destructor(xgt_handle, close_xgt_handle); in domain_early_init()
|
| A D | core.c | 366 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 19 milliseconds