Searched refs:fetch_info (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libfetch/ |
| H A D | common.c | 230 fetch_info(const char *fmt, ...) in fetch_info() function 621 fetch_info("resolving client address: %s", in fetch_connect() 667 fetch_info( in fetch_connect() 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() 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() [all …]
|
| H A D | ftp.c | 670 fetch_info("setting passive mode"); in ftp_transfer() 770 fetch_info("opening data connection"); in ftp_transfer() 780 fetch_info("initiating transfer"); in ftp_transfer() 811 fetch_info("binding data socket"); in ftp_transfer() 871 fetch_info("initiating transfer"); in ftp_transfer()
|
| H A D | common.h | 108 void fetch_info(const char *, ...) __printflike(1, 2);
|
| H A D | http.c | 1660 fetch_info("requesting %s://%s%s", in http_request_body() 1675 fetch_info("If-Modified-Since: %s", timebuf); in http_request_body() 1826 fetch_info("server requires authorization"); in http_request_body() 1839 fetch_info("proxy requires authorization"); in http_request_body() 1899 fetch_info("%d redirect to %s", in http_request_body()
|