Lines Matching refs:fetch_info
230 fetch_info(const char *fmt, ...) in fetch_info() function
416 fetch_info("Initializing SOCKS5 connection: %s:%d", host, port); in fetch_socks5_init()
612 fetch_info("resolving server address: %s:%d", host, in fetch_connect()
621 fetch_info("resolving client address: %s", in fetch_connect()
629 fetch_info("resolving SOCKS5 server address: %s:%d", in fetch_connect()
651 fetch_info("failed to bind to %s", bindaddr); in fetch_connect()
663 fetch_info("failed to connect to %s:%d", host, port); in fetch_connect()
667 fetch_info( in fetch_connect()
1066 fetch_info("SSL options: %lx", ssl_ctx_options); in fetch_ssl_setup_transport_layer()
1085 fetch_info("Peer verification enabled"); in fetch_ssl_setup_peer_verification()
1087 fetch_info("Using CA cert file: %s", in fetch_ssl_setup_peer_verification()
1090 fetch_info("Using CA cert path: %s", in fetch_ssl_setup_peer_verification()
1093 fetch_info("Using OpenSSL default " in fetch_ssl_setup_peer_verification()
1105 fetch_info("Using CRL file: %s", crl_file); in fetch_ssl_setup_peer_verification()
1137 fetch_info("Using client cert file: %s", in fetch_ssl_setup_client_certificate()
1139 fetch_info("Using client key file: %s", in fetch_ssl_setup_client_certificate()
1248 fetch_info("Verify hostname"); in fetch_ssl()
1258 fetch_info("%s connection established using %s", in fetch_ssl()
1262 fetch_info("Certificate subject: %s", str); in fetch_ssl()
1266 fetch_info("Certificate issuer: %s", str); in fetch_ssl()
1654 fetch_info("$NETRC specifies a file name " in fetch_netrc_open()
1720 fetch_info("login name in .netrc is too long"); in fetch_netrc_auth()
1728 fetch_info("password in .netrc is too long"); in fetch_netrc_auth()