Searched refs:fetch_info (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libfetch/ |
| HD | common.c | 167 fetch_info(const char *fmt, ...) in fetch_info() function 280 fetch_info("looking up %s", host); in fetch_connect() 295 fetch_info("connecting to %s:%d", host, port); in fetch_connect() 304 fetch_info("failed to bind to '%s'", bindaddr); in fetch_connect() 686 fetch_info("SSL options: %lx", ssl_ctx_options); in fetch_ssl_setup_transport_layer() 712 fetch_info("Peer verification enabled"); in fetch_ssl_setup_peer_verification() 714 fetch_info("Using CA cert file: %s", in fetch_ssl_setup_peer_verification() 717 fetch_info("Using CA cert path: %s", in fetch_ssl_setup_peer_verification() 726 fetch_info("Using CRL file: %s", crl_file); in fetch_ssl_setup_peer_verification() 758 fetch_info("Using client cert file: %s", in fetch_ssl_setup_client_certificate() [all …]
|
| HD | ftp.c | 671 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()
|
| HD | common.h | 76 void fetch_info(const char *, ...);
|
| HD | http.c | 1625 fetch_info("requesting %s://%s%s", in http_request_body() 1640 fetch_info("If-Modified-Since: %s", timebuf); in http_request_body() 1789 fetch_info("server requires authorization"); in http_request_body() 1802 fetch_info("proxy requires authorization"); in http_request_body() 1862 fetch_info("%d redirect to %s", conn->err, p); in http_request_body()
|