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) |
int | test (char *URL) |
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] |