Go to the source code of this file.
Defines | |
#define | PROXY_TIMEOUT (3600*1000) |
Functions | |
CURLcode | Curl_proxy_connect (struct connectdata *conn, int sockindex) |
CURLcode | Curl_proxyCONNECT (struct connectdata *conn, int tunnelsocket, const char *hostname, int remote_port, bool blocking) |
#define PROXY_TIMEOUT (3600*1000) |
Definition at line 33 of file http_proxy.h.
CURLcode Curl_proxy_connect | ( | struct connectdata * | conn, |
int | sockindex | ||
) |
Definition at line 72 of file http_proxy.c.
CURLcode Curl_proxyCONNECT | ( | struct connectdata * | conn, |
int | tunnelsocket, | ||
const char * | hostname, | ||
int | remote_port, | ||
bool | blocking | ||
) |
Definition at line 143 of file http_proxy.c.