| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/ |
| D | store_lib.c | 275 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() argument 280 || expected_type < 0 || expected_type > OSSL_STORE_INFO_CRL) { in OSSL_STORE_expect() 289 ctx->expected_type = expected_type; in OSSL_STORE_expect() 295 OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); in OSSL_STORE_expect() 301 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); in OSSL_STORE_expect() 461 if (v != NULL && ctx->expected_type != 0) { in OSSL_STORE_load() 465 if (ctx->expected_type != returned_type) { in OSSL_STORE_load()
|
| D | store_result.c | 270 switch (ctx->expected_type) { in try_key_value() 315 if (ctx->expected_type == 0 in try_key_value_legacy() 316 || ctx->expected_type == OSSL_STORE_INFO_PUBKEY) { in try_key_value_legacy() 326 && (ctx->expected_type == 0 in try_key_value_legacy() 327 || ctx->expected_type == OSSL_STORE_INFO_PKEY)) { in try_key_value_legacy()
|
| D | store_local.h | 138 int expected_type; member
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | x509_time_test.c | 44 int expected_type; member 375 if (t != NULL && x509_format_tests[idx].expected_type != -1) { in test_x509_time() 376 if (!TEST_int_eq(t->type, x509_format_tests[idx].expected_type)) { in test_x509_time() 378 idx, x509_format_tests[idx].expected_type, t->type); in test_x509_time()
|
| D | asn1_time_test.c | 24 int expected_type; /* expected type after set/set_string_gmt */ member 170 if (!TEST_int_eq(ptime->type, td->expected_type)) { in test_table() 193 if (!TEST_int_eq(ptime->type, td->expected_type)) { in test_table()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/engines/ |
| D | e_loader_attic.c | 906 int expected_type; member 1137 ctx->expected_type = expected; in file_expect() 1459 if (ctx->expected_type != 0 in file_name_check() 1460 && ctx->expected_type != OSSL_STORE_INFO_CERT in file_name_check() 1461 && ctx->expected_type != OSSL_STORE_INFO_CRL) in file_name_check() 1478 if (ctx->expected_type != 0 in file_name_check() 1479 && ctx->expected_type != OSSL_STORE_INFO_CRL) in file_name_check() 1481 } else if (ctx->expected_type == OSSL_STORE_INFO_CRL) { in file_name_check() 1640 && ctx->expected_type != 0 in file_load() 1641 && ctx->expected_type != OSSL_STORE_INFO_get_type(result)) { in file_load()
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/ |
| D | test_result_test.cpp | 49 #define GETTERS_TEST(name, expected_type, expected_reason, result) \ argument 53 ATF_REQUIRE(expected_type == result.type()); \
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | dv-rv.c | 607 int expected_type, in hw_rv_handle_incoming() argument 653 if (expected_type == -1) in hw_rv_handle_incoming() 660 if (cmd != expected_type) in hw_rv_handle_incoming() 662 expected_type, cmd); in hw_rv_handle_incoming()
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/fs/ |
| D | operations_test.cpp | 74 lookup(const char* dir, const char* name, const int expected_type) in lookup() argument 83 dp->d_type == expected_type) { in lookup()
|
| /netbsd/src/external/bsd/kyua-testers/dist/ |
| D | fs_test.c | 88 lookup(const char* dir, const char* name, const int expected_type) in lookup() argument 97 dp->d_type == expected_type) { in lookup()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ipa-polymorphic-call.cc | 81 possible_placement_new (tree type, tree expected_type, in possible_placement_new() argument 93 + (expected_type ? tree_to_uhwi (TYPE_SIZE (expected_type)) in possible_placement_new()
|
| D | builtins.cc | 8250 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; in build_builtin_expect_predicate() local 8257 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); in build_builtin_expect_predicate() 8260 expected = fold_convert_loc (loc, expected_type, expected); in build_builtin_expect_predicate()
|
| D | tree.cc | 12062 get_binfo_at_offset (tree binfo, poly_int64 offset, tree expected_type) in get_binfo_at_offset() argument 12072 if (types_same_for_odr (type, expected_type)) in get_binfo_at_offset()
|
| D | ChangeLog-2013 | 22368 arugment expected_type.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-9295 | 2344 (VMS_stab_parse): Make `expected_type' arg be int rather than char.
|