Searched refs:env_HTTP_PROXY (Results 1 – 1 of 1) sorted by relevance
49 static const char * env_HTTP_PROXY; variable133 if (env_HTTP_PROXY == NULL) in readenv()135 if (env_HTTP_PROXY != NULL) { in readenv()137 env_HTTP_PROXY += 7; in readenv()138 p = strchr(env_HTTP_PROXY, '/'); in readenv()141 p = strchr(env_HTTP_PROXY, ':'); in readenv()150 if ((env_HTTP_PROXY != NULL) && in readenv()212 env_HTTP_PROXY ? "http://" : "", in makerequest()213 env_HTTP_PROXY ? server : "", in makerequest()345 error = getaddrinfo(env_HTTP_PROXY ? env_HTTP_PROXY : servername, in main()[all …]