Searched refs:new_tc (Results 1 – 1 of 1) sorted by relevance
679 struct talloc_chunk *tc, *new_tc; in talloc_steal() local706 new_tc = talloc_chunk_from_ptr(new_ctx); in talloc_steal()708 if (tc == new_tc) { in talloc_steal()722 tc->parent = new_tc; in talloc_steal()723 if (new_tc->child) new_tc->child->parent = NULL; in talloc_steal()724 _TLIST_ADD(new_tc->child, tc); in talloc_steal()
Completed in 4 milliseconds