Home
last modified time | relevance | path

Searched refs:fetch_netrc_auth (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libfetch/
H A Dcommon.h131 int fetch_netrc_auth(struct url *url);
H A Dhttp.c1428 } else if (fetch_netrc_auth(purl) == 0) { in http_connect()
1698 } else if (fetch_netrc_auth(purl) == 0) { in http_request_body()
1728 } else if (fetch_netrc_auth(url) == 0) { in http_request_body()
H A Dftp.c915 fetch_netrc_auth(url); in ftp_authenticate()
H A Dcommon.c1655 fetch_netrc_auth(struct url *url) in fetch_netrc_auth() function