HomeSort by relevance Sort by last modified time
    Searched refs:infof (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/curl/lib/
sendf.h 35 #define infof(...) Curl_nop_stmt macro
37 #define infof(x...) Curl_nop_stmt macro
39 #define infof (void) macro
44 #define infof Curl_infof macro
http2.c 143 DEBUGF(infof(conn->data, "HTTP/2 DISCONNECT starts now\n"));
149 DEBUGF(infof(conn->data, "HTTP/2 DISCONNECT done\n"));
431 DEBUGF(infof(data, "PUSH_PROMISE received, stream %u!\n",
443 infof(data, "failed to duplicate handle\n");
451 DEBUGF(infof(data, "Got PUSH_PROMISE, ask application!\n"));
488 infof(data, "failed to add handle to multi\n");
500 DEBUGF(infof(data, "Got PUSH_PROMISE, ignore it!\n"));
523 DEBUGF(infof(conn->data, "Got SETTINGS\n"));
530 DEBUGF(infof(conn->data, "MAX_CONCURRENT_STREAMS == %d\n",
532 DEBUGF(infof(conn->data, "ENABLE_PUSH == %s\n"
    [all...]
http_proxy.c 158 infof(conn->data, "allocate connect buffer!\n");
178 infof(conn->data, "CONNECT phase completed!\n");
209 infof(data, "Establish HTTP proxy tunnel to %s:%hu\n",
359 infof(data, "Proxy CONNECT connection closed\n");
395 infof(data, "chunk reading DONE\n");
454 infof(data, "Ignore %" CURL_FORMAT_CURL_OFF_T
460 infof(data, "Ignore chunked response-body\n");
479 infof(data, "chunk reading DONE\n");
523 infof(data, "Ignoring Content-Length in CONNECT %03d response\n",
538 infof(data, "Ignoring Transfer-Encoding in
    [all...]
telnet.c 320 infof(data, "%s IAC %s\n", direction, CURL_TELCMD(option));
322 infof(data, "%s IAC %d\n", direction, option);
336 infof(data, "%s %s %s\n", direction, fmt, opt);
338 infof(data, "%s %s %d\n", direction, fmt, option);
341 infof(data, "%s %d %d\n", direction, cmd, option);
717 infof(data, "%s IAC SB ", (direction == '<')? "RCVD":"SENT");
725 infof(data, "(terminated by ");
727 infof(data, "%s ", CURL_TELOPT(i));
729 infof(data, "%s ", CURL_TELCMD(i));
731 infof(data, "%u ", i)
    [all...]
socks.c 131 infof(conn->data, "SOCKS4%s: connecting to HTTP proxy %s port %d\n",
136 infof(data, "SOCKS4 communication to %s:%d\n", hostname, remote_port);
188 infof(data, "SOCKS4 connect to IPv4 %s (locally resolved)\n", buf);
301 infof(data, "SOCKS4%s request granted.\n", protocol4a?"a":"");
394 infof(conn->data, "SOCKS5: connecting to HTTP proxy %s port %d\n",
399 infof(conn->data, "SOCKS5: server resolving disabled for hostnames of "
433 infof(conn->data,
457 infof(data, "SOCKS5 communication to %s:%d\n", hostname, remote_port);
633 infof(data, "SOCKS5 connect to IPv4 %s (locally resolved)\n", buf);
646 infof(data, "SOCKS5 connect to IPv6 %s (locally resolved)\n", buf)
    [all...]
curl_gssapi.c 56 infof(data, "warning: support for CURLGSSAPI_DELEGATION_POLICY_FLAG not "
128 infof(data, "%s%s\n", prefix, buf);
pipeline.c 84 infof(data, "Conn: %ld (%p) Receive pipe weight: (%"
148 infof(conn->data, "%p is at send pipe head B!\n",
181 infof(handle, "Site %s:%d is pipeline blacklisted\n",
250 infof(handle, "Server %s is blacklisted\n", server_name);
256 DEBUGF(infof(handle, "Server %s is not blacklisted\n", server_name));
393 infof(data, "- Conn %ld (%p) send_pipe: %zu, recv_pipe: %zu\n",
ssh.c 390 infof(conn->data, "SFTP %p state change from %s to %s\n",
499 infof(data, "SSH host check: %d, key: %s\n", keycheck,
557 infof(data, "Warning adding the known host %s failed!\n",
567 infof(data, "Warning, writing %s failed!\n",
596 infof(data, "SSH MD5 fingerprint: %s\n", md5buffer);
615 infof(data, "MD5 checksum match!\n");
702 infof(data, "SSH user accepted with no authentication\n");
715 infof(data, "SSH authentication methods available: %s\n",
803 infof(data, "Using SSH public key file '%s'\n", sshc->rsa_pub);
804 infof(data, "Using SSH private key file '%s'\n", sshc->rsa)
    [all...]
connect.c 117 infof(data, "Failed to set SO_KEEPALIVE on fd %d\n", sockfd);
132 infof(data, "Failed to set SIO_KEEPALIVE_VALS on fd %d: %d\n",
141 infof(data, "Failed to set TCP_KEEPIDLE on fd %d\n", sockfd);
149 infof(data, "Failed to set TCP_KEEPINTVL on fd %d\n", sockfd);
158 infof(data, "Failed to set TCP_KEEPALIVE on fd %d\n", sockfd);
335 infof(data, "Local Interface %s is ip %s using address family %i\n",
368 infof(data, "Name '%s' family %i resolved to '%s' family %i\n",
454 infof(data, "Local port: %hu\n", port);
460 infof(data, "Bind to local port %hu failed, trying next\n", port);
779 infof(data, "After %ldms connect time, move on!\n"
    [all...]
tftp.c 264 infof(state->conn->data,
352 infof(data, "got option=(%s) value=(%s)\n", option, value);
383 infof(data, "%s (%d) %s (%d)\n", "blksize parsed from OACK",
390 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
423 infof(data, "%s\n", "Connected for transmit");
439 infof(data, "%s\n", "Connected for receive");
606 infof(data, "Received last DATA packet block %d again.\n", rblock);
610 infof(data,
662 infof(data,
734 infof(data, "Received ACK for block %d, expecting %d\n"
    [all...]
transfer.c 244 infof(data, "Signaling end of chunked upload via terminating chunk.\n");
316 infof(data, "the ioctl callback returned %d\n", (int)err);
384 DEBUGF(infof(conn->data,
404 infof(data,
412 infof(data,
487 DEBUGF(infof(data, "readwrite_data: we're done!\n"));
509 DEBUGF(infof(data, "nread <= 0, server closed connection, bailing\n"));
550 infof(data,
557 infof(data,
602 infof(data, "Ignoring the response-body\n")
    [all...]
http_ntlm.c 90 infof(conn->data, "NTLM auth restarted\n");
94 infof(conn->data, "NTLM handshake rejected\n");
100 infof(conn->data, "NTLM handshake failure (internal error)\n");
hostip.c 320 infof(data, "Hostname in DNS cache was stale, zapped\n");
465 infof(data, "Hostname %s was found in DNS cache\n", hostname);
659 infof(conn->data, "timeout on name lookup is not supported\n");
794 infof(data, "Couldn't parse CURLOPT_RESOLVE removal entry '%s'!\n",
830 infof(data, "Couldn't parse CURLOPT_RESOLVE entry '%s'!\n",
847 infof(data, "Address in '%s' found illegal!\n", hostp->data);
882 infof(data, "RESOLVE %s:%d is already cached, %s not stored!\n",
894 infof(data, "Added %s:%d:%s to DNS cache\n",
security.c 314 infof(conn->data, "Send: %s%s\n", prot_level == PROT_PRIVATE?enc:mic,
424 infof(conn->data, "Trying to change the protection level after the"
500 infof(data, "Failed initialization for %s. Skipping it.\n",
506 infof(data, "Trying mechanism %s...\n", mech->name);
515 infof(data, "Mechanism %s is not supported by the server (server "
519 infof(data, "Mechanism %s was rejected by the server (server returned "
524 infof(data, "server does not support the security extensions\n");
  /external/curl/lib/vtls/
schannel.c 128 * #define infof(x, y, ...) printf(y, __VA_ARGS__)
248 infof(data, "schannel: SSL/TLS connection with %s port %hu (step 1/3)\n",
255 infof(data, "schannel: WinSSL version is old and may not be able to "
278 infof(data, "schannel: re-using existing credential handle\n");
282 infof(data, "schannel: incremented credential handle refcount = %d\n",
310 infof(data, "schannel: disabled server certificate revocation "
313 infof(data, "schannel: checking server certificate revocation\n");
319 infof(data, "schannel: disabled server certificate revocation checks\n");
324 infof(data, "schannel: verifyhost setting prevents Schannel from "
394 infof(data, "schannel: using IP address, SNI is not supported by OS.\n")
    [all...]
axtls.c 187 infof(data, "error reading ca cert file %s \n",
194 infof(data, "found certificates in %s\n", SSL_CONN_CONFIG(CAfile));
213 infof(data, "successfully read cert file %s \n",
237 infof(data, "successfully read key file %s \n",
266 infof(data, "SSL re-using session ID\n");
284 infof(conn->data, " Curl_axtls_close\n");
328 infof(data, "\t server certificate verification SKIPPED\n");
350 infof(data, "\tComparing subject alt name DNS with hostname: %s <-> %s\n",
367 infof(data, "\tsubjectAltName(s) do not match %s\n", dispname);
380 infof(data, "unable to obtain common name from peer certificate")
    [all...]
gtls.c 244 infof(data, "%s\n", str);
353 infof(data, "gnutls_handshake() warning: %s\n", strerr);
547 infof(data, "Using TLS-SRP username: %s\n", SSL_SET_OPTION(username));
577 infof(data, "error reading ca cert file %s (%s)\n",
583 infof(data, "found %d certificates in %s\n", rc,
594 infof(data, "error reading ca cert file %s (%s)\n",
600 infof(data, "found %d certificates in %s\n",
624 infof(data, "found %d CRL in %s\n",
652 infof(data, "WARNING: failed to configure server name indication (SNI) "
752 infof(data, "This GnuTLS does not support SRP\n")
    [all...]
cyassl.c 183 infof(data, "CyaSSL <3.3.0 cannot be configured to use TLS 1.0-1.2, "
262 infof(data, "Cipher selection: %s\n", ciphers);
284 infof(data, "error setting certificate verify locations,"
290 infof(data, "successfully set certificate verify locations:\n");
292 infof(data,
346 infof(data, "WARNING: failed to configure server name indication (SNI) "
402 infof(data, "ALPN, offering %s\n", NGHTTP2_PROTO_VERSION_ID);
407 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
433 infof(data, "SSL re-using session ID\n");
508 infof(data
    [all...]
nss.c 372 infof(data, "warning: certificate file name \"%s\" handled as nickname; "
750 infof(conn->data, "skipping SSL peer certificate verification\n");
782 infof(conn->data, "ALPN/NPN, server did not agree to a protocol\n");
786 infof(conn->data, "ALPN, server accepted to use %.*s\n", buflen, buf);
790 infof(conn->data, "NPN, server accepted to use %.*s\n", buflen, buf);
861 infof(data, "Trying TLS False Start\n");
879 infof(data, "\tsubject: %s\n", subject);
884 infof(data, "\tstart date: %s\n", timeString);
887 infof(data, "\texpire date: %s\n", timeString);
888 infof(data, "\tcommon name: %s\n", common_name)
    [all...]
polarssl.c 141 infof(data, "%s", line);
343 infof(data, "PolarSSL: Connecting to %s:%d\n", hostname, port);
361 infof(data, "PolarSSL: Forced min. SSL Version to be SSLv3\n");
401 infof(data, "PolarSSL re-using session\n");
430 infof(data, "ALPN, offering %s\n", NGHTTP2_PROTO_VERSION_ID);
435 infof(data, "ALPN, offering %s\n", ALPN_HTTP_1_1);
492 infof(data, "PolarSSL: Handshake complete, cipher is %s\n",
521 infof(data, "Dumping cert info:\n%s\n", buffer);
584 infof(data, "ALPN, server accepted to use %s\n", next_protocol);
598 infof(data, "ALPN, server did not agree to a protocol\n")
    [all...]
openssl.c 469 infof(data, "libcurl is now using a weak random seed!\n");
1117 infof(data, "set default crypto engine '%s'\n",
    [all...]
  /prebuilts/go/darwin-x86/src/log/
example_test.go 31 infof = func(info string) {
36 infof("Hello world")
  /prebuilts/go/linux-x86/src/log/
example_test.go 31 infof = func(info string) {
36 infof("Hello world")
  /external/curl/lib/vauth/
krb5_gssapi.c 140 infof(data, "GSSAPI handshake failure (empty challenge message)\n");
240 infof(data, "GSSAPI handshake failure (empty security message)\n");
289 infof(data, "GSSAPI handshake failure (invalid security data)\n");
305 infof(data, "GSSAPI handshake failure (invalid security layer)\n");
krb5_sspi.c 187 infof(data, "GSSAPI handshake failure (empty challenge message)\n");
304 infof(data, "GSSAPI handshake failure (empty security message)\n");
343 infof(data, "GSSAPI handshake failure (empty security message)\n");
352 infof(data, "GSSAPI handshake failure (invalid security data)\n");
367 infof(data, "GSSAPI handshake failure (invalid security layer)\n");

Completed in 489 milliseconds

1 2 3