_talloc_move       91 third_party/talloc/talloc.h #define talloc_move(ctx, ptr) (_TALLOC_TYPEOF(*(ptr)))_talloc_move((ctx),(void *)(ptr))
_talloc_move      157 third_party/talloc/talloc.h void *_talloc_move(const void *new_ctx, const void *pptr);