| /src/crypto/external/bsd/openssl.old/dist/test/ |
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon2293 322 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 323 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 324 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 325 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 326 idx, x509_format_tests[idx].expected_type, t->type);
|
| asn1_time_test.c | 24 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 170 if (!TEST_int_eq(ptime->type, td->expected_type)) { 193 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_local.h | 139 int expected_type; member in struct:ossl_store_ctx_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_time_test.c | 26 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 675 if (!TEST_int_eq(ptime->type, td->expected_type)) { 698 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon779 523 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 524 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 525 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 526 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 527 idx, x509_format_tests[idx].expected_type, t->type);
|
| /src/crypto/external/bsd/openssl/dist/crypto/store/ |
| store_local.h | 138 int expected_type; member in struct:ossl_store_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| asn1_time_test.c | 24 int expected_type; /* expected type after set/set_string_gmt */ member in struct:testdata 170 if (!TEST_int_eq(ptime->type, td->expected_type)) { 193 if (!TEST_int_eq(ptime->type, td->expected_type)) {
|
| x509_time_test.c | 39 * setting -1 to expected_type and setting NULL to expected_string. 44 int expected_type; member in struct:__anon1787 374 /* if t is not NULL but expected_type is ignored(-1), it is an 'OK' case */ 375 if (t != NULL && x509_format_tests[idx].expected_type != -1) { 376 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { 377 TEST_info("test_x509_time(%d) failed: expected_type %d, got %d\n", 378 idx, x509_format_tests[idx].expected_type, t->type);
|
| /src/external/mit/libuv/dist/test/ |
| test-ipc-send-recv.c | 48 uv_handle_type expected_type; member in struct:test_ctx 60 uv_handle_type expected_type; member in struct:echo_ctx 121 ASSERT_EQ(pending, ctx.expected_type); 209 ctx.expected_type = UV_NAMED_PIPE; 250 ctx.expected_type = UV_TCP;
|
| /src/external/mpl/bind/dist/tests/dns/ |
| sigs_test.c | 112 dns_rdatatype_t expected_type; local 147 result = dns_rdatatype_fromtext(&expected_type, 179 assert_int_equal(expected_type, rrsig.covered); 185 assert_int_equal(expected_type, found->rdata.type);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 106 int expected_type; member in struct:file_ctx_st 344 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) 441 switch (ctx->expected_type) { 622 if (ctx->expected_type != 0 623 && ctx->expected_type != OSSL_STORE_INFO_CERT 624 && ctx->expected_type != OSSL_STORE_INFO_CRL) 641 if (ctx->expected_type != 0 642 && ctx->expected_type != OSSL_STORE_INFO_CRL) 644 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) {
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 107 int expected_type; member in struct:file_ctx_st 348 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->expected_type)) 444 switch (ctx->expected_type) { 585 if (ctx->expected_type != 0 586 && ctx->expected_type != OSSL_STORE_INFO_CERT 587 && ctx->expected_type != OSSL_STORE_INFO_CRL) 604 if (ctx->expected_type != 0 605 && ctx->expected_type != OSSL_STORE_INFO_CRL) 607 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| store_lib.c | 31 int expected_type; member in struct:ossl_store_ctx_st 136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) 144 ctx->expected_type = expected_type; 146 return ctx->loader->expect(ctx->loader_ctx, expected_type); 188 if (v != NULL && ctx->expected_type != 0) { 197 assert(ctx->expected_type == returned_type); 199 if (ctx->expected_type != returned_type) {
|
| loader_file.c | 775 int expected_type; member in struct:ossl_store_loader_ctx_st 965 ctx->expected_type = expected; 1229 if (ctx->expected_type != 0 1230 && ctx->expected_type != OSSL_STORE_INFO_CERT 1231 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1249 if (ctx->expected_type != 0 1250 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1252 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1409 && ctx->expected_type != 0 1410 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 2000 tree expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); local 2003 build_int_cst (expected_type, 1));
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_loader_attic.c | 905 int expected_type; member in struct:ossl_store_loader_ctx_st 1123 ctx->expected_type = expected; 1443 if (ctx->expected_type != 0 1444 && ctx->expected_type != OSSL_STORE_INFO_CERT 1445 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1462 if (ctx->expected_type != 0 1463 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1465 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1626 && ctx->expected_type != 0 1627 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_loader_attic.c | 906 int expected_type; member in struct:ossl_store_loader_ctx_st 1137 ctx->expected_type = expected; 1459 if (ctx->expected_type != 0 1460 && ctx->expected_type != OSSL_STORE_INFO_CERT 1461 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1478 if (ctx->expected_type != 0 1479 && ctx->expected_type != OSSL_STORE_INFO_CRL) 1481 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { 1640 && ctx->expected_type != 0 1641 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| sm-fd.cc | 964 enum expected_type enum in namespace:ana::__anon12592 978 enum expected_type expected_type) 981 m_expected_type (expected_type) 1052 enum expected_type m_expected_type;
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-mve-builtins.cc | 1460 type_suffix_index expected_type local 1464 get_vector_type (actual_type), get_vector_type (expected_type), 1497 type_suffix_index expected_type local 1499 return require_scalar_type (argno, get_scalar_type_name (expected_type));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 1670 type_suffix_index expected_type local 1674 get_vector_type (actual_type), get_vector_type (expected_type), 1735 /* Argument FIRST_ARGNO is a scalar with type EXPECTED_TYPE, and argument 1741 type_suffix_index expected_type) 1747 if (actual_type == expected_type) 1752 first_argno + 1, get_scalar_type_name (expected_type), 1784 type_suffix_index expected_type local 1786 return require_scalar_type (argno, get_scalar_type_name (expected_type));
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 2458 type_suffix_index expected_type local 2462 get_vector_type (actual_type), get_vector_type (expected_type), 2542 /* Argument FIRST_ARGNO is a scalar with type EXPECTED_TYPE, and argument 2548 type_suffix_index expected_type) 2554 if (actual_type == expected_type) 2559 first_argno + 1, get_scalar_type_name (expected_type), 2591 type_suffix_index expected_type local 2593 return require_scalar_type (argno, get_scalar_type_name (expected_type));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| builtins.cc | 8253 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; 8260 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); 8263 expected = fold_convert_loc (loc, expected_type, expected); 8250 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| builtins.cc | 9065 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; 9072 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); 9075 expected = fold_convert_loc (loc, expected_type, expected); 9062 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local
|