Home
last modified time | relevance | path

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

/tools/xenstored/
A Dhashtable.c190 talloc_steal(e, k); in hashtable_add()
193 talloc_steal(e, v); in hashtable_add()
219 talloc_steal(e, v); in hashtable_replace()
A Dtransaction.c499 talloc_steal(conn, trans); in do_transaction_start()
534 talloc_steal(ctx, trans); in do_transaction_end()
A Dtalloc.h108 void *talloc_steal(const void *new_ctx, const void *ptr);
A Dtalloc_guide.txt303 void *talloc_steal(const void *new_ctx, const void *ptr);
305 The talloc_steal() function changes the parent context of a talloc
310 The talloc_steal() function returns the pointer that you pass it. It
314 if you are not careful with talloc_steal(). No guarantees are provided
317 talloc_steal (new_ctx, NULL) will return NULL with no sideeffects.
A Dtalloc.c366 talloc_steal(new_parent, ptr); in talloc_unlink()
529 talloc_steal(new_parent, child); in talloc_free_children()
684 void *talloc_steal(const void *new_ctx, const void *ptr) in talloc_steal() function
A Dcore.c232 talloc_steal(NULL, out); in free_buffered_data()
1464 node->name = talloc_steal(node, names[levels - 1]); in construct_node()
A Ddomain.c1053 talloc_steal(domain->conn, domain); in introduce_domain()

Completed in 20 milliseconds