Searched refs:talloc_free (Results 1 – 12 of 12) sorted by relevance
320 talloc_free(i); in access_node()381 talloc_free(i); in finalize_transaction()426 talloc_free(i); in finalize_transaction()443 talloc_free(i); in destroy_transaction()577 talloc_free(trans); in conn_delete_all_transactions()606 talloc_free(tname); in check_transactions()613 talloc_free(tname); in check_transactions()
26 which is itself a child of mem_ctx. So if you do talloc_free(mem_ctx)27 then it is all destroyed, whereas if you do talloc_free(X) then just X28 and X->name are destroyed, and if you do talloc_free(X->name) then33 talloc_free().86 int talloc_free(void *ptr);89 children. You can call talloc_free() on any pointer returned by105 talloc_free() operates recursively on its children.132 - you can talloc_free() any parent of the original pointer. That214 the ptr is freed using talloc_free().227 disappear before the ptr is freed with talloc_free().[all …]
84 talloc_free(h); in create_hashtable()218 talloc_free(e->v); in hashtable_replace()248 talloc_free(e); in hashtable_remove()282 talloc_free(h); in hashtable_destroy()
98 talloc_free(str); in trace()227 talloc_free(req); in free_buffered_data()241 talloc_free(out); in free_buffered_data()640 talloc_free(data); in db_write()727 talloc_free(node); in read_node_alloc()776 talloc_free(node); in read_node()799 talloc_free(node); in read_node_const()1575 talloc_free(j); in create_node()2090 talloc_free(ctx); in process_message()2468 talloc_free(ctx); in check_store()[all …]
125 talloc_free(state->filename); in lu_close_dump_state()126 talloc_free(state->buf); in lu_close_dump_state()204 talloc_free(ctx); in lu_read_state()222 talloc_free(lu_status); in lu_abort()440 talloc_free(lu_status); in do_lu_start()
198 talloc_free(watch); in add_watch()262 talloc_free(watch); in do_unwatch()279 talloc_free(watch); in conn_delete_all_watches()
248 talloc_free(handle); in talloc_reference_destructor()314 talloc_free(h); in talloc_unreference()352 return talloc_free(ptr); in talloc_unlink()524 if (talloc_free(child) == -1) { in talloc_free_children()542 int talloc_free(const void *ptr) in talloc_free() function620 talloc_free(ptr); in _talloc_realloc()1253 talloc_free(cleanup_context); in talloc_autofree()
87 #define talloc_destroy(ctx) talloc_free(ctx)106 int talloc_free(const void *ptr);
596 talloc_free(ctx); in fire_special_watches()639 talloc_free(domain); in do_check_domain()806 talloc_free(domain); in alloc_domain()983 talloc_free(conn->in); in domain_conn_reset()1010 talloc_free(conn->in); in ignore_connection()1014 talloc_free(conn); in ignore_connection()1175 talloc_free(domain->conn); in do_release()1410 talloc_free(domids); in init_domains()1666 talloc_free(cd); in acc_drop()1689 talloc_free(cd); in acc_commit()[all …]
211 talloc_free(tracefile); in do_control_logfile()
247 talloc_free(conn); in socket_can_process()
338 talloc_free(s); \
Completed in 39 milliseconds