Lines Matching refs:fetch_info
229 fetch_info(const char *fmt, ...) in fetch_info() function
415 fetch_info("Initializing SOCKS5 connection: %s:%d", host, port); in fetch_socks5_init()
611 fetch_info("resolving server address: %s:%d", host, in fetch_connect()
620 fetch_info("resolving client address: %s", in fetch_connect()
628 fetch_info("resolving SOCKS5 server address: %s:%d", in fetch_connect()
650 fetch_info("failed to bind to %s", bindaddr); in fetch_connect()
662 fetch_info("failed to connect to %s:%d", host, port); in fetch_connect()
666 fetch_info( in fetch_connect()
1049 fetch_info("SSL options: %lx", ssl_ctx_options); in fetch_ssl_setup_transport_layer()
1068 fetch_info("Peer verification enabled"); in fetch_ssl_setup_peer_verification()
1070 fetch_info("Using CA cert file: %s", in fetch_ssl_setup_peer_verification()
1073 fetch_info("Using CA cert path: %s", in fetch_ssl_setup_peer_verification()
1076 fetch_info("Using OpenSSL default " in fetch_ssl_setup_peer_verification()
1088 fetch_info("Using CRL file: %s", crl_file); in fetch_ssl_setup_peer_verification()
1120 fetch_info("Using client cert file: %s", in fetch_ssl_setup_client_certificate()
1122 fetch_info("Using client key file: %s", in fetch_ssl_setup_client_certificate()
1223 fetch_info("Verify hostname"); in fetch_ssl()
1233 fetch_info("%s connection established using %s", in fetch_ssl()
1237 fetch_info("Certificate subject: %s", str); in fetch_ssl()
1241 fetch_info("Certificate issuer: %s", str); in fetch_ssl()
1629 fetch_info("$NETRC specifies a file name " in fetch_netrc_open()
1695 fetch_info("login name in .netrc is too long"); in fetch_netrc_auth()
1703 fetch_info("password in .netrc is too long"); in fetch_netrc_auth()