Searched refs:failf (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsocks.c129 failf(data, "Connection time-out");
192 failf(data, "Failed to resolve \"%s\" for SOCKS4 connect.",
234 failf(data, "Failed to send SOCKS4 connect request.");
243 failf(data, "Failed to send SOCKS4 connect request.");
254 failf(data, "Failed to receive SOCKS4 connect request ack.");
279 failf(data,
290 failf(data,
299 failf(data,
309 failf(data,
319 failf(dat
[all...]
H A Dsocks_gssapi.c105 failf(data, "GSSAPI error: %s failed:\n%s\n", function, buf);
171 failf(data, "Failed to create service name.");
196 failf(data, "Failed to initial GSSAPI token.");
208 failf(data, "Failed to send GSSAPI authentication request.");
220 failf(data, "Failed to send GSSAPI authentication token.");
246 failf(data, "Failed to receive GSSAPI authentication response.");
254 failf(data, "User was rejected by the SOCKS5 server (%d %d).",
262 failf(data, "Invalid GSSAPI authentication response type (%d %d).",
275 failf(data,
287 failf(dat
[all...]
H A Dnon-ascii.c87 failf(data,
106 failf(data,
121 failf(data,
127 failf(data, "CURLOPT_CONV_TO_NETWORK_FUNCTION callback required");
148 failf(data,
167 failf(data,
182 failf(data,
188 failf(data, "CURLOPT_CONV_FROM_NETWORK_FUNCTION callback required");
209 failf(data,
229 failf(dat
[all...]
H A Dqssl.c113 failf(data, "SSL_Init() I/O error: %s", strerror(errno));
130 failf(data, "SSL_Init(): %s", SSL_Strerror(rc, NULL));
147 failf(conn->data, "SSL_Create() I/O error: %s", strerror(errno));
182 failf(data, "Connection time-out");
233 failf(data, "SSL_Handshake() I/O error: %s", strerror(errno));
237 failf(data, "SSL_Handshake(): %s", SSL_Strerror(rc, NULL));
292 failf(data, "SSL_Destroy() I/O error: %s", strerror(errno));
297 failf(data, "SSL_Destroy() returned error %s", SSL_Strerror(rc, NULL));
353 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
359 failf(dat
[all...]
H A Dpolarssl.c114 failf(data, "PolarSSL does not support SSLv2");
130 failf(data, "Error reading ca cert file %s: -0x%04X",
146 failf(data, "Error reading client cert file %s: -0x%04X",
159 failf(data, "Error reading private key %s: -0x%04X",
173 failf(data, "Error reading CRL file %s: -0x%04X",
185 failf(data, "PolarSSL: ssl_init failed");
240 failf(data, "ssl_handshake returned -0x%04X", -ret);
248 failf(data, "SSL connection timeout");
255 failf(data, "SSL handshake timeout");
279 failf(dat
[all...]
H A Dcyassl.c92 failf(data, "CyaSSL does not support SSLv2");
113 failf(data, "SSL: couldn't create a method!");
122 failf(data, "SSL: couldn't create a context!");
134 failf(data,"error setting certificate verify locations:\n"
168 failf(data, "unable to use client certificate (no key or wrong pass"
176 failf(data, "unable to set private key");
199 failf(data, "SSL: couldn't create a context (handle)!");
207 failf(data, "SSL: SSL_set_session failed: %s",
217 failf(data, "SSL: SSL_set_fd failed");
255 failf(dat
[all...]
H A Dssluse.c356 failf(data, SSL_CLIENT_CERT_ERR);
368 failf(data, SSL_CLIENT_CERT_ERR);
388 failf(data, "ssl engine does not support loading certificates");
395 failf(data, "ssl engine cannot load client cert with id"
402 failf(data, "ssl engine didn't initialized the certificate "
408 failf(data, "unable to set client certificate");
415 failf(data, "crypto engine not set, can't load certificate");
421 failf(data, "file type ENG for certificate not implemented");
436 failf(data, "could not open PKCS12 file '%s'", cert_file);
443 failf(dat
[all...]
H A Dsocks_sspi.c63 failf(data, "SSPI error: %s failed: %d\n", function, major_status);
147 failf(data, "SSPI error: %s failed: %s\n", function, txt);
240 failf(data, "Failed to acquire credentials.");
281 failf(data, "Failed to initialise security context.");
293 failf(data, "Failed to send SSPI authentication request.");
306 failf(data, "Failed to send SSPI authentication token.");
338 failf(data, "Failed to receive SSPI authentication response.");
348 failf(data, "User was rejected by the SOCKS5 server (%d %d).",
358 failf(data, "Invalid SSPI authentication response type (%d %d).",
384 failf(dat
[all...]
H A Daxtls.c170 failf(data, "axTLS only supports TLSv1");
181 failf(data, "unable to create client SSL context");
224 failf(data, "%s is not x509 or pkcs12 format",
249 failf(data, "Failure: %s is not a supported key file",
289 failf(data, "server cert verify failed");
417 failf(data, "close notify alert not received during shutdown");
423 failf(data, "SSL shutdown timeout");
427 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
458 failf(conn->data, "axTLS recv error (%d)", (int)ret);
H A Dldap.c199 failf(data, "LDAP local: %s", ldap_err2string(rc));
227 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc));
238 failf(data, "LDAP local: ERROR %s CA cert not set!",
248 failf(data, "LDAP local: ERROR setting %s CA cert: %s",
260 failf(data, "LDAP local: ERROR setting cert verify mode: %s",
267 failf(data, "LDAP local: Cannot connect to %s:%hu",
277 failf(data, "LDAP local: ERROR OpenLDAP only supports PEM cert-type!");
282 failf(data, "LDAP local: ERROR PEM CA cert not set!");
289 failf(data, "LDAP local: ERROR setting PEM CA cert: %s",
301 failf(dat
[all...]
H A Dspeedcheck.c51 failf(data,
H A Dcurl_ntlm_wb.c153 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
160 failf(conn->data, "Could not open socket pair. errno %d: %s",
170 failf(conn->data, "Could not fork. errno %d: %s",
183 failf(conn->data, "Could not redirect child stdin. errno %d: %s",
190 failf(conn->data, "Could not redirect child stdout. errno %d: %s",
211 failf(conn->data, "Could not execl(). errno %d: %s",
H A Dgtls.c255 failf(data, "SSL connection timeout");
273 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
281 failf(data, "SSL connection timeout at %ld", timeout_ms);
298 failf(data, "gnutls_handshake() failed: %s", gnutls_strerror(rc));
349 failf(data, "GnuTLS does not support SSLv2");
358 failf(data, "gnutls_cert_all_cred() failed: %s", gnutls_strerror(rc));
369 failf(data, "gnutls_srp_allocate_client_cred() failed: %s",
379 failf(data, "gnutls_srp_set_client_cred() failed: %s",
411 failf(data, "error reading crl file %s (%s)\n",
423 failf(dat
[all...]
H A Drtsp.c204 failf(data,
271 failf(data, "Got invalid RTSP request: RTSPREQ_NONE");
312 failf(data, "Got invalid RTSP request: RTSPREQ_LAST");
326 failf(data, "Refusing to issue an RTSP request [%s] without a session ID.",
356 failf(data,
427 failf(data, "CSeq cannot be set as a custom header.");
431 failf(data, "Session ID cannot be set as a custom header.");
563 failf(data, "Failed sending RTSP request");
643 failf(data, "Got an error writing an RTP packet");
722 failf (dat
[all...]
H A Dtftp.c219 failf(state->conn->data, "Connection time-out");
354 failf(data, "Malformed ACK packet, rejecting");
366 failf(data, "invalid blocksize value in OACK packet");
370 failf(data, "%s (%d)", "blksize is larger than max supported",
375 failf(data, "%s (%d)", "blksize is smaller than min supported",
383 failf(data, "%s (%ld)",
402 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
539 failf(data, "%s", Curl_strerror(state->conn, SOCKERRNO));
566 failf(state->conn->data, "tftp_send_first: internal error");
611 failf(dat
[all...]
H A Dhttp_proxy.c175 failf(data, "Failed sending CONNECT to proxy");
193 failf(data, "Proxy CONNECT aborted due to timeout");
241 failf(data, "Proxy CONNECT aborted due to timeout");
251 failf(data, "Proxy CONNECT aborted due to select/poll error");
272 failf(data, "Proxy CONNECT aborted");
328 /* Curl_convert_from_network calls failf if unsuccessful */
495 failf(data, "Received HTTP code %d from proxy after CONNECT",
H A Dgopher.c166 failf(data, "Failed sending Gopher request");
188 failf(data, "Failed sending Gopher request");
H A Dnss.c221 failf(data, "Unknown cipher in list: %s", cipher);
234 failf(data, "Unknown cipher in cipher list");
543 failf(conn->data, "Unable to load client key: Incorrect password");
546 failf(conn->data, "Unable to load certificate %s", filename);
564 failf(data, "Unable to load client cert %d.", PR_GetError());
578 failf(data, "Unable to load client key %d.", PR_GetError());
635 failf(conn->data, "SSL: certificate subject name '%s' does not match "
787 failf(data, "NSS: PK11 slot not found: %s", pem_slotname);
793 failf(data, "NSS: CKA_VALUE not found in PK11 generic object");
801 failf(dat
[all...]
H A Dssh.c676 failf(data, "Failure establishing ssh session");
717 failf(data,
937 failf(data, "Authentication failure");
977 failf(data, "Failure initializing sftp session: %s", err_msg);
1095 failf(data, "Syntax error in SFTP command. Supply parameter(s)!");
1109 failf(data, "Out of memory");
1111 failf(data, "Syntax error: Bad first parameter");
1134 failf(data, "Out of memory");
1136 failf(data, "Syntax error in chgrp/chmod/chown: "
1157 failf(dat
[all...]
H A Dsendf.h48 #define failf Curl_failf macro
H A Dopenldap.c168 failf(conn->data, "LDAP local: %s", msg);
204 failf(data, "LDAP local: Cannot connect to %s, %s",
322 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc));
331 failf(data, "LDAP local: bind ldap_parse_result %s", ldap_err2string(rc));
348 failf(data, "LDAP remote: bind failed %s %s", ldap_err2string(rc),
396 failf(conn->data, "LDAP local: %s", msg);
405 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc));
453 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc));
476 failf(data, "LDAP local: search ldap_parse_result %s",
481 failf(dat
[all...]
H A Dconnect.c361 failf(data, "Couldn't bind to '%s'", dev);
390 failf(data, "getsockname() failed with errno %d: %s",
415 failf(data, "bind failed with errno %d: %s",
606 failf(data, "getpeername() failed with errno %d: %s",
614 failf(data, "getsockname() failed with errno %d: %s",
622 failf(data, "ssrem inet_ntop() failed with errno %d: %s",
630 failf(data, "ssloc inet_ntop() failed with errno %d: %s",
675 failf(data, "Connection time-out");
737 failf(data, "Failed connect to %s:%ld; %s",
900 failf(dat
[all...]
H A Dftp.c338 failf(data, "Timeout while waiting for server connect");
349 failf(data, "Error while waiting for server connect");
363 failf(data, "Error accept()ing server connect");
489 failf(data, "FTP response timeout");
522 failf(data, "FTP response aborted due to select/poll error: %d",
857 failf(data, "getsockname() failed: %s",
890 failf(data, "failed to resolve the address provided to PORT: %s", host);
917 failf(data, "socket failure: %s", Curl_strerror(conn, error));
947 failf(data, "getsockname() failed: %s",
957 failf(dat
[all...]
H A Dfile.c259 failf(data, "Couldn't open file %s", data->state.path);
351 failf(data, "Can't open %s for writing", file->path);
359 failf(data, "Can't open %s for writing", file->path);
371 failf(data, "Can't get the size of %s", file->path);
534 failf(data, "Can't get the size of file.");
544 failf(data, "failed to resume file:// transfer");
H A Dsmtp.c511 failf(data, "STARTTLS denied. %c", smtpcode);
564 failf(data, "Access denied: %d", smtpcode);
591 failf(data, "Access denied: %d", smtpcode);
615 failf(data, "Access denied: %d", smtpcode);
648 failf(data, "Access denied: %d", smtpcode);
682 failf(data, "Access denied: %d", smtpcode);
729 failf(data, "Access denied: %d", smtpcode);
812 failf(data, "Access denied: %d", smtpcode);
845 failf(data, "Access denied: %d", smtpcode);
882 failf(dat
[all...]

Completed in 142 milliseconds

12