Lines Matching refs:outer
419 IF_OPT_COMPARE(aval, bval, outer) { in cmp_test_seqof5()
420 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); in cmp_test_seqof5()
421 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); in cmp_test_seqof5()
422 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); in cmp_test_seqof5()
423 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); in cmp_test_seqof5()
424 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); in cmp_test_seqof5()
425 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); in cmp_test_seqof5()
426 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); in cmp_test_seqof5()
427 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3); in cmp_test_seqof5()
428 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u4); in cmp_test_seqof5()
429 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s4); in cmp_test_seqof5()
430 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u5); in cmp_test_seqof5()
431 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s5); in cmp_test_seqof5()
432 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u6); in cmp_test_seqof5()
433 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s6); in cmp_test_seqof5()
434 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u7); in cmp_test_seqof5()
435 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s7); in cmp_test_seqof5()
470 struct TESTSeqOf5_outer outer; in test_seqof5() local
476 c[0].outer = NULL; in test_seqof5()
489 outer.inner = inner; in test_seqof5()
490 c[1].outer = &outer; in test_seqof5()