Searched refs:new_ctx (Results 1 – 3 of 3) sorted by relevance
677 void *talloc_steal(const void *new_ctx, const void *ptr) in talloc_steal() argument685 if (new_ctx == NULL) { in talloc_steal()686 new_ctx = null_context; in talloc_steal()691 if (new_ctx == NULL) { in talloc_steal()706 new_tc = talloc_chunk_from_ptr(new_ctx); in talloc_steal()
118 void *talloc_steal(const void *new_ctx, const void *ptr);
303 void *talloc_steal(const void *new_ctx, const void *ptr);317 talloc_steal (new_ctx, NULL) will return NULL with no sideeffects.
Completed in 5 milliseconds