Searched refs:talloc_steal (Results 1 – 7 of 7) sorted by relevance
| /tools/xenstored/ |
| A D | hashtable.c | 190 talloc_steal(e, k); in hashtable_add() 193 talloc_steal(e, v); in hashtable_add() 219 talloc_steal(e, v); in hashtable_replace()
|
| A D | transaction.c | 499 talloc_steal(conn, trans); in do_transaction_start() 534 talloc_steal(ctx, trans); in do_transaction_end()
|
| A D | talloc.h | 108 void *talloc_steal(const void *new_ctx, const void *ptr);
|
| A D | talloc_guide.txt | 303 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 D | talloc.c | 366 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 D | core.c | 232 talloc_steal(NULL, out); in free_buffered_data() 1464 node->name = talloc_steal(node, names[levels - 1]); in construct_node()
|
| A D | domain.c | 1053 talloc_steal(domain->conn, domain); in introduce_domain()
|
Completed in 20 milliseconds