Searched refs:talloc_unlink (Results 1 – 5 of 5) sorted by relevance
95 int talloc_unlink(const void *context, const 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
322 int talloc_unlink(const void *context, const void *ptr) in talloc_unlink() function
655 talloc_unlink(talloc_autofree_context(), conn); in do_check_domain()
429 talloc_unlink(conn, conn->target); in destroy_conn()
Completed in 16 milliseconds