Lines Matching defs:proxy
104 url_hport_t proxy; /* The proxy info */
134 #define CONN_PROXY_HOSTNAME c_id->proxy.hostname
135 #define CONN_PROXY_PORT c_id->proxy.port
350 * http_set_proxy - Establish the proxy name/port.
352 * ret = http_set_proxy(handle, proxy);
356 * proxy - The hostport definition for the proxy. If NULL,
357 * The next connect will not use a proxy.
364 http_set_proxy(http_handle_t handle, const url_hport_t *proxy)
371 if (proxy != NULL) {
372 c_id->proxy = *proxy;
1429 info->proxy = c_id->proxy;
1580 * With proxy:
1583 * Without proxy:
2080 * This function established a connection to the proxy and then sends
2103 /* Now that we're connected, do the proxy request */
2120 "proxy_connect: Empty response from proxy");
2145 "proxy_connect: Received error from proxy server");
2156 /* Look for the blank line that signals end of proxy header */