Lines Matching defs:proxy
145 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
155 static char *proxy = NULL; /* the proxy name if any */
156 static int proxyPort; /* the proxy port if any */
216 * Currently it just checks for proxy informations
234 if (proxy == NULL) {
262 if (proxy != NULL) {
263 xmlFree(proxy);
264 proxy = NULL;
342 * @URL: The proxy URL used to initialize the proxy context
344 * (Re)Initialize the HTTP Proxy context by parsing the URL and finding
347 * A NULL URL cleans up proxy informations.
354 if (proxy != NULL) {
355 xmlFree(proxy);
356 proxy = NULL;
363 "Removing HTTP proxy info\n");
366 "Using HTTP proxy %s\n", URL);
379 proxy = xmlMemStrdup(uri->server);
814 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Proxy-Authenticate:", 19)) {
1398 if (proxy) {
1400 ret = xmlNanoHTTPConnectHost(proxy, proxyPort);
1432 /* reserve space for ':xxxxx', incl. potential proxy */
1433 if (proxy)
1447 if (proxy) {
1488 "-> %s%s", proxy? "(Proxy) " : "", bp);
1735 * Returns the stashed value of the WWW-Authenticate or Proxy-Authenticate