Searched refs:talloc_set_destructor (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_watch.c | 205 talloc_set_destructor(watch, destroy_watch); in do_watch()
|
A D | xenstored_domain.c | 318 talloc_set_destructor(domain, destroy_domain); in new_domain() 636 talloc_set_destructor(xc_handle, close_xc_handle); in domain_init() 646 talloc_set_destructor(xgt_handle, close_xgt_handle); in domain_init()
|
A D | talloc.h | 102 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 | xenstored_core.c | 1006 talloc_set_destructor(i, destroy_node); in create_node() 1011 talloc_set_destructor(i, NULL); in create_node() 1432 talloc_set_destructor(new, destroy_conn); in new_connection() 1827 talloc_set_destructor(sock, destroy_fd); in init_sockets() 1828 talloc_set_destructor(ro_sock, destroy_fd); in init_sockets()
|
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 | xenstored_transaction.c | 459 talloc_set_destructor(trans, destroy_transaction); in do_transaction_start()
|
Completed in 14 milliseconds