HomeSort by relevance Sort by last modified time
    Searched full:failf (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/curl/lib/vtls/
nss.c 241 failf(data, "%s", PR_ErrorToString(err, PR_LANGUAGE_I_DEFAULT));
293 failf(data, "Unknown cipher in list: %s", cipher);
308 failf(data, "cipher-suite not supported by NSS: %s", cipherlist[i].name);
655 failf(conn->data, "Unable to load client key: Incorrect password");
658 failf(conn->data, "Unable to load certificate %s", filename);
678 failf(data, "unable to load client cert: %d (%s)", err, err_name);
695 failf(data, "unable to load client key: %d (%s)", err, err_name);
728 failf(conn->data, "Invalid OCSP response");
733 failf(conn->data, "No OCSP response received");
743 failf(conn->data, "Invalid OCSP response")
    [all...]
  /external/curl/lib/
sendf.h 48 #define failf Curl_failf macro
speedcheck.c 53 failf(data,
http2.c 333 failf(conn->data, "Failed sending HTTP2 data");
455 failf(data, "Internal NULL stream!\n");
893 failf(data_s, "Internal NULL stream! 5\n");
    [all...]
file.c 258 failf(data, "Couldn't open file %s", data->state.path);
348 failf(data, "Can't open %s for writing", file->path);
360 failf(data, "Can't get the size of %s", file->path);
523 failf(data, "Can't get the size of file.");
532 failf(data, "failed to resume file:// transfer");
pingpong.c 92 failf(data, "server response timeout");
130 failf(data, "select/poll error");
202 /* Curl_convert_to_network calls failf if unsuccessful */
334 /* Curl_convert_from_network calls failf if unsuccessful */
346 failf(data, "response reading failed");
transfer.c 142 failf(data, "operation aborted by callback");
153 failf(data, "Read callback asked for PAUSE when not supported!");
170 failf(data, "read function returned funny value");
235 /* Curl_convert_to_network calls failf if unsuccessful */
253 /* Curl_convert_to_network calls failf if unsuccessful */
297 failf(data, "Cannot rewind mime/post data");
307 failf(data, "seek callback returned error %d", (int)err);
320 failf(data, "ioctl callback returned error %d", (int)err);
335 failf(data, "necessary data rewind wasn't possible");
622 failf(data, "HTTP server doesn't seem to support
    [all...]
connect.c 323 failf(data, "Couldn't bind to interface '%s'", dev);
417 /* errorbuf is set false so failf will overwrite any message already in
421 failf(data, "Couldn't bind to '%s'", dev);
450 failf(data, "getsockname() failed with errno %d: %s",
475 failf(data, "bind failed with errno %d: %s",
689 failf(data, "getpeername() failed with errno %d: %s",
698 failf(data, "getsockname() failed with errno %d: %s",
705 failf(data, "ssrem inet_ntop() failed with errno %d: %s",
713 failf(data, "ssloc inet_ntop() failed with errno %d: %s",
757 failf(data, "Connection time-out")
    [all...]
sendf.c 402 failf(conn->data, "Send failure: %s",
467 failf(conn->data, "Recv failure: %s",
589 failf(data, "Write callback asked for PAUSE when not supported!");
595 failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen);
610 failf(data, "Failed writing header");
650 /* Curl_convert_from_network calls failf if unsuccessful */
791 /* Curl_convert_from_network calls failf if unsuccessful */
smtp.c 665 failf(data, "Got unexpected smtp-server response: %d", smtpcode);
686 failf(data, "STARTTLS denied, code %d", smtpcode);
715 failf(data, "Remote access denied: %d", smtpcode);
781 failf(data, "STARTTLS not supported.");
803 failf(data, "Remote access denied: %d", smtpcode);
832 failf(data, "Authentication cancelled");
856 failf(data, "Command failed: %d", smtpcode);
898 failf(data, "MAIL failed: %d", smtpcode);
919 failf(data, "RCPT failed: %d", smtpcode);
950 failf(data, "DATA failed: %d", smtpcode)
    [all...]
escape.c 121 /* Curl_convert_to_network calls failf if unsuccessful */
178 /* Curl_convert_from_network calls failf if unsuccessful */
http_proxy.c 305 failf(data, "Failed sending CONNECT to proxy");
318 failf(data, "Proxy CONNECT aborted due to timeout");
336 failf(data, "CONNECT response too large!");
363 failf(data, "Proxy CONNECT aborted");
415 /* Curl_convert_from_network calls failf if unsuccessful */
622 failf(data, "Received HTTP code %d from proxy after CONNECT",
imap.c 328 failf(conn->data, "Unexpected continuation response");
656 failf(conn->data, "Cannot SELECT without a mailbox.");
689 failf(conn->data, "Cannot FETCH without a UID.");
725 failf(data, "Cannot APPEND without a mailbox.");
760 failf(data, "Cannot APPEND with unknown input file size\n");
794 failf(conn->data, "Cannot SEARCH without a query string.");
841 failf(data, "Got unexpected imap-server response");
922 failf(data, "STARTTLS not supported.");
947 failf(data, "STARTTLS denied");
982 failf(data, "Authentication cancelled")
    [all...]
http.c 537 failf(data, "The requested URL returned error: %d",
1086 /* Curl_convert_to_network calls failf if unsuccessful */
    [all...]
security.c 439 failf(conn->data, "Failed to set the protection's buffer size.");
460 failf(conn->data, "Failed to set the protection level.");
491 failf(data, "Failed realloc of size %u", mech->size);
http_chunks.c 156 /* Curl_convert_from_network calls failf if unsuccessful */
236 /* Curl_convert_from_network calls failf if unsuccessful */
gopher.c 156 failf(data, "Failed sending Gopher request");
pop3.c 621 failf(data, "Got unexpected pop3-server response");
731 failf(data, "STLS not supported.");
760 failf(data, "STARTTLS denied");
801 failf(data, "Authentication cancelled");
823 failf(data, "Authentication failed: %d", pop3code);
844 failf(data, "Access denied. %c", pop3code);
867 failf(data, "Access denied. %c", pop3code);
    [all...]
url.c     [all...]
asyn-thread.c 437 * resolver_error() calls failf() with the appropriate message after a resolve
455 failf(conn->data, "Could not resolve %s: %s", host_or_proxy,
easy.c 65 #include "sendf.h" /* for failf function prototype */
748 failf(data, "easy handle already used in multi handle");
1108 failf(data, "CONNECT_ONLY is required!");
1115 failf(data, "Failed to get recent socket");
content_encoding.c 111 failf(data, "Error while processing content unencoding: %s",
114 failf(data, "Error while processing content unencoding: "
848 failf(conn->data, "Unrecognized content encoding type. "
  /prebuilts/go/darwin-x86/src/flag/
flag.go 828 // failf prints to standard error a formatted error and usage message and
830 func (f *FlagSet) failf(format string, a ...interface{}) error { func
866 return false, f.failf("bad flag syntax: %s", s)
888 return false, f.failf("flag provided but not defined: -%s", name)
894 return false, f.failf("invalid boolean value %q for -%s: %v", value, name, err)
898 return false, f.failf("invalid boolean flag %s: %v", name, err)
909 return false, f.failf("flag needs an argument: -%s", name)
912 return false, f.failf("invalid value %q for flag -%s: %v", value, name, err)
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 828 // failf prints to standard error a formatted error and usage message and
830 func (f *FlagSet) failf(format string, a ...interface{}) error { func
866 return false, f.failf("bad flag syntax: %s", s)
888 return false, f.failf("flag provided but not defined: -%s", name)
894 return false, f.failf("invalid boolean value %q for -%s: %v", value, name, err)
898 return false, f.failf("invalid boolean flag %s: %v", name, err)
909 return false, f.failf("flag needs an argument: -%s", name)
912 return false, f.failf("invalid value %q for flag -%s: %v", value, name, err)
    [all...]
  /external/curl/lib/vauth/
spnego_sspi.c 228 failf(data, "InitializeSecurityContext failed: %s",

Completed in 1321 milliseconds

12 3 4 5