#include "curl_setup.h"
#include "urldata.h"
#include <curl/curl.h>
#include "http_proxy.h"
#include "sendf.h"
#include "http.h"
#include "url.h"
#include "select.h"
#include "progress.h"
#include "non-ascii.h"
#include "connect.h"
#include "curlx.h"
#include "vtls/vtls.h"
#include "curl_printf.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | SELECT_ERROR 1 |
#define | SELECT_OK 0 |
#define | SELECT_TIMEOUT 2 |
Functions | |
CURLcode | Curl_proxy_connect (struct connectdata *conn, int sockindex) |
CURLcode | Curl_proxyCONNECT (struct connectdata *conn, int sockindex, const char *hostname, int remote_port, bool blocking) |
static CURLcode | https_proxy_connect (struct connectdata *conn, int sockindex) |
#define SELECT_ERROR 1 |
#define SELECT_OK 0 |
#define SELECT_TIMEOUT 2 |
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 | sockindex, | ||
const char * | hostname, | ||
int | remote_port, | ||
bool | blocking | ||
) |
Definition at line 143 of file http_proxy.c.
static CURLcode https_proxy_connect | ( | struct connectdata * | conn, |
int | sockindex | ||
) | [static] |
Definition at line 50 of file http_proxy.c.