el2 599 third_party/talloc/testsuite.c } *el2; el2 602 third_party/talloc/testsuite.c struct el2 **list, **list2, **list3; el2 610 third_party/talloc/testsuite.c el1->list = talloc(el1, struct el2 *); el2 611 third_party/talloc/testsuite.c el1->list[0] = talloc(el1->list, struct el2); el2 614 third_party/talloc/testsuite.c el1->list2 = talloc(el1, struct el2 *); el2 615 third_party/talloc/testsuite.c el1->list2[0] = talloc(el1->list2, struct el2); el2 618 third_party/talloc/testsuite.c el1->list3 = talloc(el1, struct el2 *); el2 619 third_party/talloc/testsuite.c el1->list3[0] = talloc(el1->list3, struct el2); el2 622 third_party/talloc/testsuite.c el2 = talloc(el1->list, struct el2); el2 623 third_party/talloc/testsuite.c el2 = talloc(el1->list2, struct el2); el2 624 third_party/talloc/testsuite.c el2 = talloc(el1->list3, struct el2); el2 626 third_party/talloc/testsuite.c el1->list = talloc_realloc(el1, el1->list, struct el2 *, 100); el2 627 third_party/talloc/testsuite.c el1->list2 = talloc_realloc(el1, el1->list2, struct el2 *, 200); el2 628 third_party/talloc/testsuite.c el1->list3 = talloc_realloc(el1, el1->list3, struct el2 *, 300); el2 660 third_party/talloc/testsuite.c torture_assert("type", talloc_get_type(el1, struct el2) == NULL, el2 662 third_party/talloc/testsuite.c talloc_set_type(el1, struct el2); el2 663 third_party/talloc/testsuite.c torture_assert("type", talloc_get_type(el1, struct el2) == (struct el2 *)el1,