Home
last modified time | relevance | path

Searched refs:fetch_ssl (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.h122 int fetch_ssl(conn_t *, const struct url *, int);
H A Dcommon.c1173 fetch_ssl(conn_t *conn, const struct url *URL, int verbose) in fetch_ssl() function
H A Dhttp.c1479 fetch_ssl(conn, URL, verbose) == -1) { in http_connect()