Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
16 # define IS_CRC64(check_type) false argument
60 enum xz_check check_type; member
255 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 …]
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c819 unsigned int flags, int check_type, char **peername) in do_x509_check() argument
832 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()
/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c566 struct type *check_type = element_type; in evaluate_subexp_standard() local
570 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()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20052958 * 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 …]
/freebsd-12.1/crypto/openssl/ssl/
H A Dt1_lib.c2311 int check_type = 0; in tls1_check_chain() local
2314 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()
/freebsd-12.1/usr.bin/indent/
H A Dindent.c397 goto check_type; in main()
481 check_type: in main()
/freebsd-12.1/contrib/libpcap/
H A DCMakeLists.txt632 # 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()
/freebsd-12.1/sys/net/
H A Dieee8023ad_lacp.c2028 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument
2034 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()