Lines Matching refs:null_context
84 static const void *null_context; variable
176 context = null_context; in _talloc()
292 context = null_context; in talloc_unreference()
295 if ((context == null_context) && tc->null_refs) { in talloc_unreference()
332 context = null_context; in talloc_unlink()
519 const void *new_parent = null_context; in talloc_free_children()
525 if (new_parent == null_context) { in talloc_free_children()
686 new_ctx = null_context; in talloc_steal()
738 ptr = null_context; in talloc_total_size()
839 ptr = null_context; in talloc_report_full()
860 ptr = null_context; in talloc_report()
885 if (talloc_total_size(null_context) != 0) { in talloc_report_null()
886 talloc_report(null_context, stderr); in talloc_report_null()
895 if (talloc_total_size(null_context) != 0) { in talloc_report_null_full()
896 talloc_report_full(null_context, stderr); in talloc_report_null_full()
905 if (null_context == NULL) { in talloc_enable_null_tracking()
906 null_context = talloc_named_const(NULL, 0, "null_context"); in talloc_enable_null_tracking()
960 if (null_context == NULL) { in talloc_describe_all()
966 talloc_get_name(null_context), in talloc_describe_all()
967 (unsigned long)talloc_total_size(null_context), in talloc_describe_all()
968 (unsigned long)talloc_total_blocks(null_context)); in talloc_describe_all()
973 talloc_report_depth_str(null_context, &s, &len, &buflen, 1); in talloc_describe_all()