Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
Functions | |
static void | mydtor (void *p) |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
static struct curl_hash | hash_static |
UNITTEST_START char | key1 [] = "key1" |
char | key2 [] = "key2b" |
char | key3 [] = "key3" |
char | key4 [] = "key4" |
char * | nodep |
char | notakey [] = "notakey" |
int | rc |
static const int | slots = 3 |
#define ENABLE_CURLX_PRINTF |
Definition at line 24 of file unit1603.c.
static void mydtor | ( | void * | p | ) | [static] |
Definition at line 34 of file unit1603.c.
static CURLcode unit_setup | ( | void | ) | [static] |
Definition at line 40 of file unit1603.c.
static void unit_stop | ( | void | ) | [static] |
Definition at line 46 of file unit1603.c.
struct curl_hash hash_static [static] |
Definition at line 31 of file unit1603.c.
UNITTEST_START char key1[] = "key1" |
Definition at line 52 of file unit1603.c.
char key2[] = "key2b" |
Definition at line 53 of file unit1603.c.
char key3[] = "key3" |
Definition at line 54 of file unit1603.c.
char key4[] = "key4" |
Definition at line 55 of file unit1603.c.
char* nodep |
Definition at line 57 of file unit1603.c.
char notakey[] = "notakey" |
Definition at line 56 of file unit1603.c.
int rc |
Definition at line 58 of file unit1603.c.
const int slots = 3 [static] |
Definition at line 32 of file unit1603.c.