|
OpenVPN
|

Go to the source code of this file.
Functions | |
| void | set_key_values (KeyValue *const new_key_values, const unsigned int new_number_of_key_values) |
| static int | key_value_compare_keys (const void *a, const void *b) |
| KeyValue * | find_item_by_value (const char *const value) |
| void | sort_items_by_key (void) |
Variables | |
| static KeyValue * | key_values = NULL |
| static unsigned int | number_of_key_values = 0 |
| KeyValue* find_item_by_value | ( | const char *const | value | ) |
Definition at line 37 of file key_value.c.
References number_of_key_values.
Referenced by test_find_item_by_value().
|
static |
Definition at line 32 of file key_value.c.
Referenced by sort_items_by_key().
| void set_key_values | ( | KeyValue *const | new_key_values, |
| const unsigned int | new_number_of_key_values | ||
| ) |
Definition at line 25 of file key_value.c.
References number_of_key_values.
Referenced by create_key_values(), and destroy_key_values().
| void sort_items_by_key | ( | void | ) |
Definition at line 48 of file key_value.c.
References key_value_compare_keys(), and number_of_key_values.
Referenced by test_sort_items_by_key().
|
static |
Definition at line 22 of file key_value.c.
|
static |
Definition at line 23 of file key_value.c.
Referenced by find_item_by_value(), set_key_values(), and sort_items_by_key().
1.8.13