talloc 124 third_party/talloc/talloc.h #define talloc_p(ctx, type) talloc(ctx, type) talloc 609 third_party/talloc/testsuite.c el1 = talloc(root, struct el1); talloc 610 third_party/talloc/testsuite.c el1->list = talloc(el1, struct el2 *); talloc 611 third_party/talloc/testsuite.c el1->list[0] = talloc(el1->list, struct el2); talloc 614 third_party/talloc/testsuite.c el1->list2 = talloc(el1, struct el2 *); talloc 615 third_party/talloc/testsuite.c el1->list2[0] = talloc(el1->list2, struct el2); talloc 618 third_party/talloc/testsuite.c el1->list3 = talloc(el1, struct el2 *); talloc 619 third_party/talloc/testsuite.c el1->list3[0] = talloc(el1->list3, struct el2); talloc 622 third_party/talloc/testsuite.c el2 = talloc(el1->list, struct el2); talloc 623 third_party/talloc/testsuite.c el2 = talloc(el1->list2, struct el2); talloc 624 third_party/talloc/testsuite.c el2 = talloc(el1->list3, struct el2); talloc 654 third_party/talloc/testsuite.c el1 = talloc(root, struct el1); talloc 739 third_party/talloc/testsuite.c t1 = talloc(root, struct t_move); talloc 740 third_party/talloc/testsuite.c t2 = talloc(root, struct t_move); talloc 742 third_party/talloc/testsuite.c t1->x = talloc(t1, int); talloc 929 third_party/talloc/testsuite.c req1 = talloc(parent, struct req1); talloc 1083 third_party/talloc/testsuite.c level5 = talloc(level4, void *);