OpenVPN
Data Structures | Typedefs | Functions
key_value.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 
KeyValuefind_item_by_value (const char *const value)
 
void sort_items_by_key (void)
 

Typedef Documentation

◆ KeyValue

typedef struct KeyValue KeyValue

Function Documentation

◆ find_item_by_value()

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().

◆ set_key_values()

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().

◆ sort_items_by_key()

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().