Go to the source code of this file.
Classes | |
struct | timetest |
Defines | |
#define | BASE 1000000 |
#define | NOW(x, y) now.tv_sec = x; now.tv_usec = y |
#define | TIMEOUTS(x, y) data->set.timeout = x; data->set.connecttimeout = y |
Functions | |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
static struct Curl_easy * | data |
#define BASE 1000000 |
Definition at line 45 of file unit1303.c.
Definition at line 50 of file unit1303.c.
static CURLcode unit_setup | ( | void | ) | [static] |
Definition at line 30 of file unit1303.c.
static void unit_stop | ( | void | ) | [static] |
Definition at line 38 of file unit1303.c.
Definition at line 28 of file unit1303.c.