Go to the source code of this file.
Classes | |
struct | Tdata |
struct | userdata |
Defines | |
#define | THREADS 2 |
Functions | |
static void * | fire (void *ptr) |
static void | my_lock (CURL *handle, curl_lock_data data, curl_lock_access laccess, void *useptr) |
static void | my_unlock (CURL *handle, curl_lock_data data, void *useptr) |
static struct curl_slist * | sethost (struct curl_slist *headers) |
static char * | suburl (const char *base, int i) |
int | test (char *URL) |
Variables | |
static const char * | HOSTHEADER = "Host: www.host.foo.com" |
static const char * | JAR = "log/jar506" |
int | lock [3] |
static void my_lock | ( | CURL * | handle, |
curl_lock_data | data, | ||
curl_lock_access | laccess, | ||
void * | useptr | ||
) | [static] |
static void my_unlock | ( | CURL * | handle, |
curl_lock_data | data, | ||
void * | useptr | ||
) | [static] |
static struct curl_slist* sethost | ( | struct curl_slist * | headers | ) | [static, read] |
const char* HOSTHEADER = "Host: www.host.foo.com" [static] |