Searched refs:fetch_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c167 fetch_info(const char *fmt, ...) function
352 fetch_info("resolving server address: %s:%d", host, port);
360 fetch_info("resolving client address: %s", bindaddr);
379 fetch_info("failed to bind to %s", bindaddr);
391 fetch_info("failed to connect to %s:%d", host, port);
775 fetch_info("SSL options: %lx", ssl_ctx_options);
802 fetch_info("Peer verification enabled");
804 fetch_info("Using CA cert file: %s",
807 fetch_info("Using CA cert path: %s",
810 fetch_info("Usin
[all...]
H A Dcommon.h76 void fetch_info(const char *, ...) __printflike(1, 2);
H A Dftp.c670 fetch_info("setting passive mode");
770 fetch_info("opening data connection");
780 fetch_info("initiating transfer");
811 fetch_info("binding data socket");
871 fetch_info("initiating transfer");
H A Dhttp.c1616 fetch_info("requesting %s://%s%s",
1631 fetch_info("If-Modified-Since: %s", timebuf);
1782 fetch_info("server requires authorization");
1795 fetch_info("proxy requires authorization");
1855 fetch_info("%d redirect to %s",

Completed in 156 milliseconds