Searched refs:env_HTTP_PROXY (Results 1 – 1 of 1) sorted by relevance
47 static const char * env_HTTP_PROXY; variable131 if (env_HTTP_PROXY == NULL) in readenv()133 if (env_HTTP_PROXY != NULL) { in readenv()135 env_HTTP_PROXY += 7; in readenv()136 p = strchr(env_HTTP_PROXY, '/'); in readenv()139 p = strchr(env_HTTP_PROXY, ':'); in readenv()148 if ((env_HTTP_PROXY != NULL) && in readenv()210 env_HTTP_PROXY ? "http://" : "", in makerequest()211 env_HTTP_PROXY ? server : "", in makerequest()343 error = getaddrinfo(env_HTTP_PROXY ? env_HTTP_PROXY : servername, in main()[all …]