HomeSort by: relevance | last modified time | path
    Searched defs:errtype (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_dtls.c 67 static int dtls_get_reassembled_message(SSL_CONNECTION *s, int *errtype,
350 int errtype; local
356 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) {
357 if (errtype == DTLS1_HM_BAD_FRAGMENT
358 || errtype == DTLS1_HM_FRAGMENT_RETRY) {
815 static int dtls_get_reassembled_message(SSL_CONNECTION *s, int *errtype,
828 *errtype = 0;
902 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr);
914 *errtype = dtls1_reassemble_fragment(s, &msg_hdr);
1030 int ret, errtype; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
danetest.c 97 char *errtype = 0; /* if error: cert or pkey? */ local
105 count < nelem && errtype == 0
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_dtls.c 54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
333 int errtype; local
339 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) {
340 if (errtype == DTLS1_HM_BAD_FRAGMENT
341 || errtype == DTLS1_HM_FRAGMENT_RETRY) {
802 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len)
811 *errtype = 0;
884 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr);
896 *errtype = dtls1_reassemble_fragment(s, &msg_hdr);
1014 int ret, errtype; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
danetest.c 98 char *errtype = 0; /* if error: cert or pkey? */ local
106 count < nelem && errtype == 0
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_dtls.c 54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
337 int errtype; local
343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) {
344 if (errtype == DTLS1_HM_BAD_FRAGMENT
345 || errtype == DTLS1_HM_FRAGMENT_RETRY) {
737 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len)
745 *errtype = 0;
816 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr);
821 *errtype = dtls1_reassemble_fragment(s, &msg_hdr);
933 int ret, errtype; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
danetest.c 101 char *errtype = 0; /* if error: cert or pkey? */ local
109 count < nelem && errtype == 0
  /src/external/bsd/libpcap/dist/
sockutils.c 395 sock_errtype errtype; member in struct:addr_status
418 if (addr_a->errtype == addr_b->errtype)
427 return addr_a->errtype - addr_b->errtype;
641 addrs_to_try[i].errtype = SOCK_NOERR;
695 addrs_to_try[i].errtype =
742 if (addrs_to_try[0].errtype == SOCK_CONNERR) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c 731 char *errtype = 0; /* if error: cert or pkey? */ local
756 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len);
793 if (errtype) {
796 tafile, errtype);
1201 char *errtype = 0; /* if error: cert or pkey? */ local
1224 errtype == 0 && PEM_read_bio(bp, &name, &header, &data, &len);
1236 errtype = "certificate";
1255 if (errtype) {
1257 fprintf(stderr, "error reading: %s: malformed %s", chainfile, errtype);
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2650 const char *errtype; local
2745 errtype = _("unknown type");
2753 errtype = _("forward");
2762 errtype = _("float/int");
2773 errtype = _("enum");
2796 errtype = _("typedef");
2812 errtype = _("pointer or cvr-qual");
2825 errtype = _("slice");
2844 errtype = _("array info");
2870 errtype = _("function")
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2627 const char *errtype; local
2719 errtype = _("unknown type");
2727 errtype = _("forward");
2736 errtype = _("float/int");
2747 errtype = _("enum");
2770 errtype = _("typedef");
2786 errtype = _("pointer or cvr-qual");
2799 errtype = _("slice");
2818 errtype = _("array info");
2844 errtype = _("function")
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2725 const char *errtype; local
2877 errtype = _("unknown type");
2885 errtype = _("forward");
2894 errtype = _("float/int");
2905 errtype = _("enum");
2950 errtype = _("typedef");
2966 errtype = _("pointer or cvr-qual");
2979 errtype = _("slice");
2998 errtype = _("array info");
3024 errtype = _("function")
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2725 const char *errtype; local
2877 errtype = _("unknown type");
2885 errtype = _("forward");
2894 errtype = _("float/int");
2905 errtype = _("enum");
2950 errtype = _("typedef");
2966 errtype = _("pointer or cvr-qual");
2979 errtype = _("slice");
2998 errtype = _("array info");
3024 errtype = _("function")
    [all...]

Completed in 116 milliseconds