talloc_chunk      124 third_party/talloc/talloc.c 	struct talloc_chunk *next, *prev;
talloc_chunk      125 third_party/talloc/talloc.c 	struct talloc_chunk *parent, *child;
talloc_chunk      147 third_party/talloc/talloc.c #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
talloc_chunk      235 third_party/talloc/talloc.c static INLINE struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
talloc_chunk      238 third_party/talloc/talloc.c 	struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
talloc_chunk      288 third_party/talloc/talloc.c static INLINE struct talloc_chunk *talloc_parent_chunk(const void *ptr)
talloc_chunk      290 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      304 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_parent_chunk(ptr);
talloc_chunk      313 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_parent_chunk(ptr);
talloc_chunk      332 third_party/talloc/talloc.c static unsigned int *talloc_pool_objectcount(struct talloc_chunk *tc)
talloc_chunk      334 third_party/talloc/talloc.c 	return (unsigned int *)((char *)tc + sizeof(struct talloc_chunk));
talloc_chunk      341 third_party/talloc/talloc.c static struct talloc_chunk *talloc_alloc_pool(struct talloc_chunk *parent,
talloc_chunk      344 third_party/talloc/talloc.c 	struct talloc_chunk *pool_ctx = NULL;
talloc_chunk      346 third_party/talloc/talloc.c 	struct talloc_chunk *result;
talloc_chunk      357 third_party/talloc/talloc.c 		pool_ctx = (struct talloc_chunk *)parent->pool;
talloc_chunk      376 third_party/talloc/talloc.c 	result = (struct talloc_chunk *)pool_ctx->pool;
talloc_chunk      397 third_party/talloc/talloc.c 	struct talloc_chunk *tc = NULL;
talloc_chunk      413 third_party/talloc/talloc.c 		tc = (struct talloc_chunk *)malloc(TC_HDR_SIZE+size);
talloc_chunk      426 third_party/talloc/talloc.c 		struct talloc_chunk *parent = talloc_chunk_from_ptr(context);
talloc_chunk      452 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      480 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk      502 third_party/talloc/talloc.c 	struct talloc_chunk *ptr_tc = talloc_chunk_from_ptr(handle->ptr);
talloc_chunk      513 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk      545 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      572 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      636 third_party/talloc/talloc.c 			struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs);
talloc_chunk      641 third_party/talloc/talloc.c 				struct talloc_chunk *p = talloc_parent_chunk(ptr);
talloc_chunk      657 third_party/talloc/talloc.c 		struct talloc_chunk *pool;
talloc_chunk      661 third_party/talloc/talloc.c 			? tc : (struct talloc_chunk *)tc->pool;
talloc_chunk      689 third_party/talloc/talloc.c 	struct talloc_chunk *tc, *new_tc;
talloc_chunk      746 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      778 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk      810 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk      818 third_party/talloc/talloc.c 		struct talloc_chunk *p = talloc_parent_chunk(h);
talloc_chunk      838 third_party/talloc/talloc.c 	struct talloc_chunk *tc_p, *new_p;
talloc_chunk      892 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk      945 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk     1045 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     1062 third_party/talloc/talloc.c 			struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs);
talloc_chunk     1067 third_party/talloc/talloc.c 				struct talloc_chunk *p = talloc_parent_chunk(ptr);
talloc_chunk     1120 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     1156 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     1206 third_party/talloc/talloc.c 		*talloc_pool_objectcount((struct talloc_chunk *)
talloc_chunk     1227 third_party/talloc/talloc.c 	tc = (struct talloc_chunk *)new_ptr;
talloc_chunk     1270 third_party/talloc/talloc.c 	struct talloc_chunk *c, *tc;
talloc_chunk     1305 third_party/talloc/talloc.c 	struct talloc_chunk *c, *tc;
talloc_chunk     1337 third_party/talloc/talloc.c 	struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr);
talloc_chunk     1357 third_party/talloc/talloc.c 	struct talloc_chunk *c, *tc;
talloc_chunk     1510 third_party/talloc/talloc.c 		struct talloc_chunk *tc, *tc2;
talloc_chunk     1938 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     1957 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     1981 third_party/talloc/talloc.c 	struct talloc_chunk *tc;
talloc_chunk     2005 third_party/talloc/talloc.c 	struct talloc_chunk *tc;