#include "test.h"
#include "testutil.h"
#include "warnless.h"
#include "memdebug.h"
Go to the source code of this file.
|
| 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) |
| |
◆ HOST
◆ NUM_HANDLES
◆ PROXY
◆ PROXYUSERPWD
◆ TEST_HANG_TIMEOUT
| #define TEST_HANG_TIMEOUT 60 * 1000 |
◆ init()
| static int init |
( |
int |
num, |
|
|
CURLM * |
cm, |
|
|
const char * |
url, |
|
|
const char * |
userpwd, |
|
|
struct curl_slist * |
headers |
|
) |
| |
|
static |
◆ loop()
| static int loop |
( |
int |
num, |
|
|
CURLM * |
cm, |
|
|
const char * |
url, |
|
|
const char * |
userpwd, |
|
|
struct curl_slist * |
headers |
|
) |
| |
|
static |
◆ test()
◆ eh