Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_watch.c205 talloc_set_destructor(watch, destroy_watch); in do_watch()
A Dxenstored_domain.c318 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 Dtalloc.h102 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 Dxenstored_core.c1006 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 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 Dxenstored_transaction.c459 talloc_set_destructor(trans, destroy_transaction); in do_transaction_start()

Completed in 14 milliseconds