Searched refs:check_type (Results 1 – 8 of 8) sorted by relevance
14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument16 # define IS_CRC64(check_type) false argument60 enum xz_check check_type; member255 if (s->check_type == XZ_CHECK_CRC32) in dec_block()259 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()281 if (s->check_type == XZ_CHECK_CRC32) in dec_block()283 else if (IS_CRC64(s->check_type)) in dec_block()429 if (s->check_type > XZ_CHECK_MAX) in dec_stream_header()432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()[all …]
819 unsigned int flags, int check_type, char **peername) in do_x509_check() argument832 if (check_type == GEN_EMAIL) { in do_x509_check()836 } else if (check_type == GEN_DNS) { in do_x509_check()860 if (gen->type != check_type) in do_x509_check()863 if (check_type == GEN_EMAIL) in do_x509_check()865 else if (check_type == GEN_DNS) in do_x509_check()
566 struct type *check_type = element_type; in evaluate_subexp_standard() local570 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE || in evaluate_subexp_standard()571 TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()572 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()610 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()611 (TYPE_CODE (check_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()612 range_low_type != check_type)) in evaluate_subexp_standard()
2958 * testsuite/25_algorithms/rotate/check_type.cc: New.2968 * testsuite/25_algorithms/find/check_type.cc: New.2970 * testsuite/25_algorithms/find_if/check_type.cc: New.2972 * testsuite/25_algorithms/replace/check_type.cc: New.2980 * testsuite/25_algorithms/remove/check_type.cc: New.2984 * testsuite/25_algorithms/count/check_type.cc: New.2986 * testsuite/25_algorithms/count_if/check_type.cc: New.2991 * testsuite/ext/is_heap/check_type.cc: New.3003 * testsuite/25_algorithms/search/check_type.cc: New.3015 * testsuite/25_algorithms/merge/check_type.cc: New.[all …]
2311 int check_type = 0; in tls1_check_chain() local2314 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()2317 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()2320 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()2323 if (check_type) { in tls1_check_chain()2328 if (*ctypes == check_type) { in tls1_check_chain()
397 goto check_type; in main()481 check_type: in main()
632 # XXX - there's no check_type() macro that's like check_type_size()786 # XXX - there's no check_type() macro that's like check_type_size()1074 # XXX - there's no check_type() macro that's like check_type_size()1146 # XXX - there's no check_type() macro that's like check_type_size()1165 # XXX - there's no check_type() macro that's like check_type_size()
2028 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument2034 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()