Home | History | Annotate | Download | only in lib

Lines Matching defs:proxy

398   bool proxy_ssl_connected[2]; /* TRUE when SSL initialization for HTTPS proxy
408 bit proxy:1; /* if set, this transfer is done through a proxy - any type */
409 bit httpproxy:1; /* if set, this transfer is done through a http proxy */
410 bit socksproxy:1; /* if set, this transfer is done through a socks proxy */
412 bit proxy_user_passwd:1; /* user+password for the proxy? */
422 bit tunnel_proxy:1; /* if CONNECT is used to "tunnel" through the proxy.
445 bit proxy_connect_closed:1; /* TRUE if a proxy disconnected the connection
455 bit socksproxy_connecting:1; /* connecting through a socks proxy */
726 HTTP proxy as HTTP proxies may know
754 curl_proxytype proxytype; /* what kind of proxy that is in use */
755 char *user; /* proxy user name string, allocated */
756 char *passwd; /* proxy password string, allocated */
791 struct only because we can do just about any protocol through a HTTP proxy
792 and a HTTP proxy may in fact respond using chunked encoding */
840 int remote_port; /* the remote port, not the proxy port! */
886 struct ssl_connect_data proxy_ssl[2]; /* this is for proxy ssl-stuff */
975 struct ntlmdata proxyntlm; /* NTLM data for proxy */
988 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
1053 int httpproxycode; /* response code from proxy when received separate */
1059 unsigned long proxyauthavail; /* what proxy auth types were announced */
1286 struct digestdata proxydigest; /* state data for proxy Digest auth */
1289 struct auth authproxy; /* auth details for proxy */
1431 STRING_PROXY, /* proxy to use */
1432 STRING_PRE_PROXY, /* pre socks proxy to use */
1441 STRING_SSL_PINNEDPUBLICKEY_PROXY, /* public key file to verify proxy */
1457 STRING_PROXYUSERNAME, /* Proxy <username>, if used */
1458 STRING_PROXYPASSWORD, /* Proxy <password>, if used */
1459 STRING_NOPROXY, /* List of hosts which should not use the proxy, if
1470 STRING_PROXY_SERVICE_NAME, /* Proxy service name */
1511 proxy string features a ":[port]" that one will override
1519 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */
1600 struct ssl_config_data proxy_ssl; /* user defined SSL stuff for proxy */
1602 curl_proxytype proxytype; /* what kind of proxy that is in use */
1670 bit sep_headers:1; /* handle host and proxy headers separately */
1680 bit tunnel_thru_httpproxy:1; /* use CONNECT through a HTTP proxy */
1718 FTP via an HTTP proxy */
1731 bit suppress_connect_headers:1; /* suppress proxy CONNECT response headers
1735 bit haproxyprotocol:1; /* whether to send HAProxy PROXY protocol v1