Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dcommon.h115 int fetch_default_proxy_port(const char *);
H A Dftp.c1088 purl->port = fetch_default_proxy_port(purl->scheme); in ftp_get_proxy()
H A Dcommon.c263 fetch_default_proxy_port(const char *scheme) in fetch_default_proxy_port() function
H A Dhttp.c1476 purl->port = fetch_default_proxy_port(purl->scheme); in http_get_proxy()