| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_dtls.c | 54 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-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| H A D | statem_dtls.c | 54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len); 333 int errtype; in dtls_get_message() local 339 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message() 340 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message() 341 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message() 802 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument 811 *errtype = 0; in dtls_get_reassembled_message() 884 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message() 896 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message() 1014 int ret, errtype; in dtls_wait_for_dry() local [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_dane.c | 718 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-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dedup.c | 2627 const char *errtype; in ctf_dedup_emit_type() local 2719 errtype = _("unknown type"); in ctf_dedup_emit_type() 2727 errtype = _("forward"); in ctf_dedup_emit_type() 2736 errtype = _("float/int"); in ctf_dedup_emit_type() 2747 errtype = _("enum"); in ctf_dedup_emit_type() 2770 errtype = _("typedef"); in ctf_dedup_emit_type() 2786 errtype = _("pointer or cvr-qual"); in ctf_dedup_emit_type() 2799 errtype = _("slice"); in ctf_dedup_emit_type() 2818 errtype = _("array info"); in ctf_dedup_emit_type() 2844 errtype = _("function"); in ctf_dedup_emit_type() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-dedup.c | 2630 const char *errtype; in ctf_dedup_emit_type() local 2722 errtype = _("unknown type"); in ctf_dedup_emit_type() 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() 2789 errtype = _("pointer or cvr-qual"); 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() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_tls_policy.c | 773 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-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | danetest.c | 101 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local 109 count < nelem && errtype == 0 in STACK_OF()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | danetest.c | 98 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local 106 count < nelem && errtype == 0 in STACK_OF()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | histexpand.c | 377 hist_error(char *s, int start, int current, int errtype) in hist_error() argument 385 switch (errtype) in hist_error()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 6642 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() argument 6657 if (errtype == ic_argpass) in convert_for_assignment() 6681 switch (errtype) \ in convert_for_assignment() 6710 switch (errtype) \ in convert_for_assignment() 6739 switch (errtype) \ 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() 6918 if (warnopt && errtype == ic_argpass) in convert_for_assignment() 6945 && errtype == ic_argpass) in convert_for_assignment() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 6758 tree rhs, tree origtype, enum impl_conv errtype, in convert_for_assignment() argument 6773 if (errtype == ic_argpass) in convert_for_assignment() 6797 switch (errtype) \ in convert_for_assignment() 6826 switch (errtype) \ in convert_for_assignment() 6885 switch (errtype) in convert_for_assignment() 6914 switch (errtype) in convert_for_assignment() 7006 rhs, origtype, errtype, in convert_for_assignment() 7030 if (warnopt && errtype == ic_argpass) in convert_for_assignment() 7042 errtype == ic_init_const); in convert_for_assignment() 7058 && errtype == ic_argpass) in convert_for_assignment() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 9229 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-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| H A D | netpgppython_wrap.c | 1021 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-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 9780 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_assignment() argument 9838 switch (errtype) in convert_for_assignment() 9892 return convert_for_assignment (type, r, errtype, fndecl, in convert_for_assignment() 9903 switch (errtype) in convert_for_assignment() 9956 switch (errtype) in convert_for_assignment() 10030 impl_conv_rhs errtype, tree fndecl, int parmnum, in convert_for_initialization() argument 10101 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum, in convert_for_initialization()
|
| H A D | ChangeLog-1993 | 271 * cp-cvt.c (convert): Pass an argument for errtype to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genmatch.cc | 76 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-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genmatch.c | 76 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()
|