TALLOC_FLAG_POOL  353 third_party/talloc/talloc.c 	if (parent->flags & TALLOC_FLAG_POOL) {
TALLOC_FLAG_POOL  460 third_party/talloc/talloc.c 	tc->flags |= TALLOC_FLAG_POOL;
TALLOC_FLAG_POOL  656 third_party/talloc/talloc.c 	if (tc->flags & (TALLOC_FLAG_POOL|TALLOC_FLAG_POOLMEM)) {
TALLOC_FLAG_POOL  660 third_party/talloc/talloc.c 		pool = (tc->flags & TALLOC_FLAG_POOL)
TALLOC_FLAG_POOL 1074 third_party/talloc/talloc.c 	if ((tc->flags & TALLOC_FLAG_POOL)
TALLOC_FLAG_POOL 1183 third_party/talloc/talloc.c 	if (unlikely(tc->flags & TALLOC_FLAG_POOL)) {