Go to the source code of this file.
Defines | |
#define | HOST test_argv[4] |
#define | NUM_HANDLES 2 |
#define | PROXY libtest_arg2 |
#define | PROXYUSERPWD libtest_arg3 |
#define | TEST_HANG_TIMEOUT 60 * 1000 |
Functions | |
static int | init (int num, CURLM *cm, const char *url, const char *userpwd, struct curl_slist *headers) |
static int | loop (int num, CURLM *cm, const char *url, const char *userpwd, struct curl_slist *headers) |
int | test (char *URL) |
Variables | |
CURL * | eh [NUM_HANDLES] |
#define NUM_HANDLES 2 |
#define PROXY libtest_arg2 |
#define PROXYUSERPWD libtest_arg3 |
#define TEST_HANG_TIMEOUT 60 * 1000 |
static int init | ( | int | num, |
CURLM * | cm, | ||
const char * | url, | ||
const char * | userpwd, | ||
struct curl_slist * | headers | ||
) | [static] |
static int loop | ( | int | num, |
CURLM * | cm, | ||
const char * | url, | ||
const char * | userpwd, | ||
struct curl_slist * | headers | ||
) | [static] |