Lines Matching defs:proxy
152 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
162 static char *proxy = NULL; /* the proxy name if any */
163 static int proxyPort; /* the proxy port if any */
209 * Currently it just checks for proxy informations
227 if (proxy == NULL) {
255 if (proxy != NULL) {
256 xmlFree(proxy);
257 proxy = NULL;
335 * @URL: The proxy URL used to initialize the proxy context
337 * (Re)Initialize the HTTP Proxy context by parsing the URL and finding
340 * A NULL URL cleans up proxy informations.
347 if (proxy != NULL) {
348 xmlFree(proxy);
349 proxy = NULL;
356 "Removing HTTP proxy info\n");
359 "Using HTTP proxy %s\n", URL);
372 proxy = xmlMemStrdup(uri->server);
807 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Proxy-Authenticate:", 19)) {
1390 if (proxy) {
1392 ret = xmlNanoHTTPConnectHost(proxy, proxyPort);
1424 /* reserve space for ':xxxxx', incl. potential proxy */
1425 if (proxy)
1439 if (proxy) {
1480 "-> %s%s", proxy? "(Proxy) " : "", bp);
1726 * Returns the stashed value of the WWW-Authenticate or Proxy-Authenticate