|
OpenVPN
|

Go to the source code of this file.
Data Structures | |
| struct | KeyValue |
Typedefs | |
| typedef struct KeyValue | KeyValue |
Functions | |
| void | set_key_values (KeyValue *const new_key_values, const unsigned int new_number_of_key_values) |
| KeyValue * | find_item_by_value (const char *const value) |
| void | sort_items_by_key (void) |
| 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().
| 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().
1.8.13