Searched refs:http_proxy (Results 1 – 4 of 4) sorted by relevance
45 char *http_proxy = NULL; in pk_download() local76 if (http_proxy) in pk_download()78 http_proxy = optarg_av; in pk_download()138 if (http_proxy == NULL) in pk_download()139 http_proxy = getenv("http_proxy"); in pk_download()141 if (http_proxy != NULL) { in pk_download()142 char *ptmp = http_proxy; in pk_download()
422 $CPAN::Config->{http_proxy}) {
2675 if [[ -n $http_proxy ]]; then2676 parse_url $http_proxy | read method host path port
2361 if $var = $CPAN::Config->{http_proxy} || $ENV{http_proxy};