Searched refs:talloc_unlink (Results 1 – 5 of 5) sorted by relevance
105 int talloc_unlink(const void *context, void *ptr);
103 For more control on which parent is removed, see talloc_unlink()140 For more control on which parent to remove, see talloc_unlink()144 int talloc_unlink(const void *context, const void *ptr);146 The talloc_unlink() function removes a specific parent from ptr. The154 Usually you can just use talloc_free() instead of talloc_unlink(), but
241 talloc_unlink(talloc_autofree_context(), domain->conn); in domain_cleanup()
322 int talloc_unlink(const void *context, void *ptr) in talloc_unlink() function
273 talloc_unlink(conn, conn->target); in destroy_conn()
Completed in 11 milliseconds