_talloc_reference_loc   34 third_party/talloc/compat/talloc_compat1.c 	return _talloc_reference_loc(context, ptr,
_talloc_reference_loc   90 third_party/talloc/talloc.h #define talloc_reference(ctx, ptr) (_TALLOC_TYPEOF(ptr))_talloc_reference_loc((ctx),(ptr), __location__)
_talloc_reference_loc  139 third_party/talloc/talloc.h void *_talloc_reference_loc(const void *context, const void *ptr, const char *location);