#include <stdlib.h>#include "util.h"Go to the source code of this file.
Data Structures | |
| struct | str_int_entry |
Functions | |
| int | map_str_to_int (IN const char *name, IN size_t name_len, IN str_int_entry *table, IN int num_entries, IN xboolean case_sensitive) |
| int | map_int_to_str (IN int id, IN str_int_entry *table, IN int num_entries) |
| int map_int_to_str | ( | IN int | id, | |
| IN str_int_entry * | table, | |||
| IN int | num_entries | |||
| ) |
| int map_str_to_int | ( | IN const char * | name, | |
| IN size_t | name_len, | |||
| IN str_int_entry * | table, | |||
| IN int | num_entries, | |||
| IN xboolean | case_sensitive | |||
| ) |
1.6.1