Searched refs:TC_PTR_FROM_CHUNK (Results 1 – 1 of 1) sorted by relevance
165 return tc? TC_PTR_FROM_CHUNK(tc) : NULL; in talloc_parent()208 return TC_PTR_FROM_CHUNK(tc); in _talloc()304 } else if (TC_PTR_FROM_CHUNK(p) == context) { in talloc_unreference()357 new_parent = TC_PTR_FROM_CHUNK(new_p); in talloc_unlink()518 void *child = TC_PTR_FROM_CHUNK(tc->child); in talloc_free_children()522 if (p) new_parent = TC_PTR_FROM_CHUNK(p); in talloc_free_children()527 if (p) new_parent = TC_PTR_FROM_CHUNK(p); in talloc_free_children()669 return TC_PTR_FROM_CHUNK(tc); in _talloc_realloc()826 talloc_reference_count(TC_PTR_FROM_CHUNK(c))); in talloc_report_depth()873 talloc_get_name(TC_PTR_FROM_CHUNK(c)), in talloc_report()[all …]
Completed in 4 milliseconds