Home
last modified time | relevance | path

Searched refs:errtype (Results 1 – 22 of 22) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
337 int errtype; in dtls_get_message() local
343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message()
344 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message()
345 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message()
737 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument
745 *errtype = 0; in dtls_get_reassembled_message()
816 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message()
821 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message()
933 int ret, errtype; in dtls_wait_for_dry() local
[all …]
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_dtls.c54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
337 int errtype; in dtls_get_message() local
343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message()
344 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message()
345 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message()
806 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument
815 *errtype = 0; in dtls_get_reassembled_message()
888 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message()
900 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message()
1018 int ret, errtype; in dtls_wait_for_dry() local
[all …]
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c718 char *errtype = 0; /* if error: cert or pkey? */ in tls_dane_load_trustfile() local
743 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len); in tls_dane_load_trustfile()
780 if (errtype) { in tls_dane_load_trustfile()
783 tafile, errtype); in tls_dane_load_trustfile()
1169 char *errtype = 0; /* if error: cert or pkey? */ in load_chain() local
1192 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len); in load_chain()
1204 errtype = "certificate"; in load_chain()
1223 if (errtype) { in load_chain()
1225 fprintf(stderr, "error reading: %s: malformed %s", chainfile, errtype); in load_chain()
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c2630 const char *errtype; in ctf_dedup_emit_type() local
2730 errtype = _("forward"); in ctf_dedup_emit_type()
2739 errtype = _("float/int"); in ctf_dedup_emit_type()
2750 errtype = _("enum"); in ctf_dedup_emit_type()
2773 errtype = _("typedef"); in ctf_dedup_emit_type()
2802 errtype = _("slice"); in ctf_dedup_emit_type()
2821 errtype = _("array info"); in ctf_dedup_emit_type()
2847 errtype = _("function"); in ctf_dedup_emit_type()
2863 errtype = _("function args"); in ctf_dedup_emit_type()
2949 input_num, errtype, type); in ctf_dedup_emit_type()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c773 int errtype, in dane_incompat() argument
780 tls->level = (errtype == DANE_CANTAUTH) ? TLS_LEV_ENCRYPT : TLS_LEV_MAY; in dane_incompat()
781 if (errtype == NONDANE_CONFIG) in dane_incompat()
786 if (errtype == NONDANE_CONFIG) { in dane_incompat()
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-dedup.c2571 const char *errtype; in ctf_dedup_emit_type() local
2667 errtype = _("forward"); in ctf_dedup_emit_type()
2676 errtype = _("float/int"); in ctf_dedup_emit_type()
2687 errtype = _("enum"); in ctf_dedup_emit_type()
2710 errtype = _("typedef"); in ctf_dedup_emit_type()
2739 errtype = _("slice"); in ctf_dedup_emit_type()
2758 errtype = _("array info"); in ctf_dedup_emit_type()
2784 errtype = _("function"); in ctf_dedup_emit_type()
2800 errtype = _("function args"); in ctf_dedup_emit_type()
2883 input_num, errtype, type); in ctf_dedup_emit_type()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-dedup.c2571 const char *errtype; in ctf_dedup_emit_type() local
2667 errtype = _("forward"); in ctf_dedup_emit_type()
2676 errtype = _("float/int"); in ctf_dedup_emit_type()
2687 errtype = _("enum"); in ctf_dedup_emit_type()
2710 errtype = _("typedef"); in ctf_dedup_emit_type()
2739 errtype = _("slice"); in ctf_dedup_emit_type()
2758 errtype = _("array info"); in ctf_dedup_emit_type()
2784 errtype = _("function"); in ctf_dedup_emit_type()
2800 errtype = _("function args"); in ctf_dedup_emit_type()
2883 input_num, errtype, type); in ctf_dedup_emit_type()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Ddanetest.c101 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local
109 count < nelem && errtype == 0 in STACK_OF()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Ddanetest.c98 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local
106 count < nelem && errtype == 0 in STACK_OF()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c375 hist_error(char *s, int start, int current, int errtype) in hist_error() argument
383 switch (errtype) in hist_error()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c375 hist_error(char *s, int start, int current, int errtype) in hist_error() argument
383 switch (errtype) in hist_error()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.c6657 if (errtype == ic_argpass) in convert_for_assignment()
6775 switch (errtype) in convert_for_assignment()
6803 switch (errtype) in convert_for_assignment()
6894 rhs, origtype, errtype, in convert_for_assignment()
7129 switch (errtype) in convert_for_assignment()
7182 switch (errtype) in convert_for_assignment()
7294 switch (errtype) in convert_for_assignment()
7354 switch (errtype) in convert_for_assignment()
7429 switch (errtype) in convert_for_assignment()
7465 switch (errtype) in convert_for_assignment()
[all …]
H A Dc-typeck.cc6773 if (errtype == ic_argpass) in convert_for_assignment()
6885 switch (errtype) in convert_for_assignment()
6914 switch (errtype) in convert_for_assignment()
7242 switch (errtype) in convert_for_assignment()
7296 switch (errtype) in convert_for_assignment()
7332 switch (errtype) in convert_for_assignment()
7461 switch (errtype) in convert_for_assignment()
7522 switch (errtype) in convert_for_assignment()
7598 switch (errtype) in convert_for_assignment()
7635 switch (errtype) in convert_for_assignment()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6657 if (errtype == ic_argpass) in convert_for_assignment()
6775 switch (errtype) in convert_for_assignment()
6803 switch (errtype) in convert_for_assignment()
6894 rhs, origtype, errtype, in convert_for_assignment()
7129 switch (errtype) in convert_for_assignment()
7182 switch (errtype) in convert_for_assignment()
7294 switch (errtype) in convert_for_assignment()
7354 switch (errtype) in convert_for_assignment()
7429 switch (errtype) in convert_for_assignment()
7465 switch (errtype) in convert_for_assignment()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c9229 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_assignment() argument
9287 switch (errtype) in convert_for_assignment()
9341 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment()
9352 switch (errtype) in convert_for_assignment()
9405 switch (errtype) in convert_for_assignment()
9479 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_initialization() argument
9550 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()
H A Dtypeck.cc9770 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_assignment() argument
9828 switch (errtype) in convert_for_assignment()
9882 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment()
9893 switch (errtype) in convert_for_assignment()
9946 switch (errtype) in convert_for_assignment()
10020 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_initialization() argument
10091 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()
H A DChangeLog-1993271 * cp-cvt.c (convert): Pass an argument for errtype to
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9229 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_assignment() argument
9287 switch (errtype) in convert_for_assignment()
9341 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment()
9352 switch (errtype) in convert_for_assignment()
9405 switch (errtype) in convert_for_assignment()
9479 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_initialization() argument
9550 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()
/netbsd/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1021 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj() argument
1023 PyErr_SetObject(errtype, obj); in SWIG_Python_SetErrorObj()
1029 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg() argument
1031 PyErr_SetString(errtype, (char *) msg); in SWIG_Python_SetErrorMsg()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.c76 diagnostic_cb (cpp_reader *, enum cpp_diagnostic_level errtype, in diagnostic_cb() argument
85 (errtype == CPP_DL_WARNING) ? "warning" : "error"); in diagnostic_cb()
112 if (errtype == CPP_DL_FATAL) in diagnostic_cb()
H A Dgenmatch.cc76 diagnostic_cb (cpp_reader *, enum cpp_diagnostic_level errtype, in diagnostic_cb() argument
85 (errtype == CPP_DL_WARNING) ? "warning" : "error"); in diagnostic_cb()
112 if (errtype == CPP_DL_FATAL) in diagnostic_cb()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c76 diagnostic_cb (cpp_reader *, enum cpp_diagnostic_level errtype, in diagnostic_cb() argument
85 (errtype == CPP_DL_WARNING) ? "warning" : "error"); in diagnostic_cb()
112 if (errtype == CPP_DL_FATAL) in diagnostic_cb()