Searched refs:talloc_reference (Results 1 – 4 of 4) sorted by relevance
100 recently established parent is destroyed. See talloc_reference() for117 void *talloc_reference(const void *context, const void *ptr);119 The talloc_reference() function makes "context" an additional parent122 The return value of talloc_reference() is always the original pointer147 context passed must either be a context used in talloc_reference()191 talloc_reference(NULL, ptr);292 more than one parent (see talloc_reference()).
104 void *talloc_reference(const void *context, const void *ptr);
467 talloc_reference(domain->conn, tdomain->conn); in do_set_target()
261 void *talloc_reference(const void *context, const void *ptr) in talloc_reference() function
Completed in 8 milliseconds