Go to the source code of this file.
Classes | |
struct | timetest |
Macros | |
#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 | |
for (i=0;i< sizeof(run)/sizeof(run[0]);i++) | |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
static struct Curl_easy * | data |
unsigned int | i |
const struct timetest | run [] |
time_t | timeout |
data progress t_startsingle | tv_sec = BASE |
data progress t_startsingle | tv_usec = 0 |
UNITTEST_START | |
#define BASE 1000000 |
Definition at line 49 of file unit1303.c.
#define NOW | ( | x, | |
y | |||
) | now.tv_sec = x; now.tv_usec = y |
Definition at line 52 of file unit1303.c.
#define TIMEOUTS | ( | x, | |
y | |||
) | data->set.timeout = x; data->set.connecttimeout = y |
Definition at line 54 of file unit1303.c.
for | ( | ) |
Definition at line 141 of file unit1303.c.
|
static |
Definition at line 30 of file unit1303.c.
|
static |
Definition at line 41 of file unit1303.c.
Definition at line 28 of file unit1303.c.
unsigned int i |
Definition at line 79 of file unit1303.c.
const struct timetest run[] |
Definition at line 81 of file unit1303.c.
time_t timeout |
Definition at line 78 of file unit1303.c.
Definition at line 136 of file unit1303.c.
data progress t_startop tv_usec = 0 |
Definition at line 137 of file unit1303.c.
UNITTEST_START |
Definition at line 76 of file unit1303.c.