Searched refs:fetch_info (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/libfetch/ |
| H A D | common.c | 229 fetch_info(const char *fmt, ...) in fetch_info() function 241 do { if (verbose) fetch_info(__VA_ARGS__); } while (0) 1120 fetch_info("Peer verification enabled"); in fetch_ssl_setup_peer_verification() 1122 fetch_info("Using CA cert file: %s", in fetch_ssl_setup_peer_verification() 1125 fetch_info("Using CA cert path: %s", in fetch_ssl_setup_peer_verification() 1128 fetch_info("Using OpenSSL default " in fetch_ssl_setup_peer_verification() 1146 fetch_info("Could not load CRL file %s", in fetch_ssl_setup_peer_verification() 1173 fetch_info("Could not load client certificate %s", in fetch_ssl_setup_client_certificate() 1179 fetch_info("Could not load client key %s", in fetch_ssl_setup_client_certificate() 1204 fetch_info("Certificate verification failed for %s", in fetch_ssl_cb_verify_crt() [all …]
|
| H A D | ftp.c | 668 fetch_info("setting passive mode"); in ftp_transfer() 768 fetch_info("opening data connection"); in ftp_transfer() 778 fetch_info("initiating transfer"); in ftp_transfer() 809 fetch_info("binding data socket"); in ftp_transfer() 869 fetch_info("initiating transfer"); in ftp_transfer()
|
| H A D | common.h | 122 void fetch_info(const char *, ...) __printflike(1, 2);
|
| H A D | http.c | 1638 fetch_info("requesting %s://%s%s", in http_request_body() 1653 fetch_info("If-Modified-Since: %s", timebuf); in http_request_body() 1804 fetch_info("server requires authorization"); in http_request_body() 1817 fetch_info("proxy requires authorization"); in http_request_body() 1877 fetch_info("%d redirect to %s", in http_request_body()
|