FreeRDP
|
Functions | |
static int | test_hash_table_pointer (void) |
static int | test_hash_table_string (void) |
static BOOL | foreachFn1 (const void *key, void *value, void *arg) |
static BOOL | foreachFn2 (const void *key, void *value, void *arg) |
static BOOL | foreachFn3 (const void *key, void *value, void *arg) |
static int | test_hash_foreach (void) |
int | TestHashTable (int argc, char *argv[]) |
Variables | |
static char * | key1 = "key1" |
static char * | key2 = "key2" |
static char * | key3 = "key3" |
static char * | val1 = "val1" |
static char * | val2 = "val2" |
static char * | val3 = "val3" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int TestHashTable | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |