_talloc_steal_loc 82 third_party/talloc/talloc.h #define talloc_steal(ctx, ptr) ({ _TALLOC_TYPEOF(ptr) __talloc_steal_ret = (_TALLOC_TYPEOF(ptr))_talloc_steal_loc((ctx),(ptr), __location__); __talloc_steal_ret; }) _talloc_steal_loc 87 third_party/talloc/talloc.h #define talloc_steal(ctx, ptr) (_TALLOC_TYPEOF(ptr))_talloc_steal_loc((ctx),(ptr), __location__) _talloc_steal_loc 155 third_party/talloc/talloc.h void *_talloc_steal_loc(const void *new_ctx, const void *ptr, const char *location);