Searched refs:httpproxy (Results 1 – 3 of 3) sorted by relevance
106 relay httpproxy {
1252 char *ftpproxy, *httpproxy; in auto_fetch() local1270 if ((httpproxy = getenv(HTTP_PROXY)) != NULL && *httpproxy == '\0') in auto_fetch()1271 httpproxy = NULL; in auto_fetch()1307 if (url_get(url, httpproxy, outfile, lastfile) == -1) in auto_fetch()
2012 char *httpproxy; in http_setup() local 2035 if ((httpproxy = getenv("http_proxy")) != NULL && *httpproxy == '\0') in http_setup() 2036 httpproxy = NULL; in http_setup() 2038 proxy_parse_uri(httpproxy); in http_setup()