Lines Matching refs:outer

1687     IF_OPT_COMPARE(aval, bval, outer) {  in cmp_test_seqof5()
1688 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); in cmp_test_seqof5()
1689 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); in cmp_test_seqof5()
1690 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); in cmp_test_seqof5()
1691 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); in cmp_test_seqof5()
1692 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); in cmp_test_seqof5()
1693 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); in cmp_test_seqof5()
1694 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); in cmp_test_seqof5()
1695 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3); in cmp_test_seqof5()
1696 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u4); in cmp_test_seqof5()
1697 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s4); in cmp_test_seqof5()
1698 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u5); in cmp_test_seqof5()
1699 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s5); in cmp_test_seqof5()
1700 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u6); in cmp_test_seqof5()
1701 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s6); in cmp_test_seqof5()
1702 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u7); in cmp_test_seqof5()
1703 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s7); in cmp_test_seqof5()
1738 struct TESTSeqOf5_outer outer; in test_seqof5() local
1744 c[0].outer = NULL; in test_seqof5()
1757 outer.inner = inner; in test_seqof5()
1758 c[1].outer = &outer; in test_seqof5()