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()
1050 fetch_info("SSL options: %lx", ssl_ctx_options); in fetch_ssl_setup_transport_layer()
1069 fetch_info("Peer verification enabled"); in fetch_ssl_setup_peer_verification()
1071 fetch_info("Using CA cert file: %s", in fetch_ssl_setup_peer_verification()
1074 fetch_info("Using CA cert path: %s", in fetch_ssl_setup_peer_verification()
1077 fetch_info("Using OpenSSL default " in fetch_ssl_setup_peer_verification()
1089 fetch_info("Using CRL file: %s", crl_file); in fetch_ssl_setup_peer_verification()
1121 fetch_info("Using client cert file: %s", in fetch_ssl_setup_client_certificate()
1123 fetch_info("Using client key file: %s", in fetch_ssl_setup_client_certificate()
1224 fetch_info("Verify hostname"); in fetch_ssl()
1234 fetch_info("%s connection established using %s", in fetch_ssl()
1238 fetch_info("Certificate subject: %s", str); in fetch_ssl()
1242 fetch_info("Certificate issuer: %s", str); in fetch_ssl()
1630 fetch_info("$NETRC specifies a file name " in fetch_netrc_open()
1696 fetch_info("login name in .netrc is too long"); in fetch_netrc_auth()
1704 fetch_info("password in .netrc is too long"); in fetch_netrc_auth()