Go to the source code of this file.
|
| | INIT_TABLE_TYPE_DEF (str) |
| |
| rec_t | str_table_store (table_t *t, const char *str, uint16_t len, rec_t pos) |
| |
| rec_t | str_table_get_record_by_string (const table_t *t, const char *str, uint16_t len) |
| |
| rec_t | str_table_get_record_by_string2 (const table_t *t, const char *str, uint16_t len) |
| |
| rec_t | str_table_get_record_by_string_sorted (const table_t *t, const char *str, uint16_t len, rec_t *pos) |
| |
◆ str_table_free
◆ str_table_get_num_records
◆ anonymous enum
| Enumerator |
|---|
| FIELD_STRING | |
| N_FIELDS | |
Definition at line 7 of file str_table.h.
◆ INIT_TABLE_TYPE_DEF()
| INIT_TABLE_TYPE_DEF |
( |
str |
| ) |
|
◆ str_table_get_record_by_string()
| rec_t str_table_get_record_by_string |
( |
const table_t * |
t, |
|
|
const char * |
str, |
|
|
uint16_t |
len |
|
) |
| |
◆ str_table_get_record_by_string2()
| rec_t str_table_get_record_by_string2 |
( |
const table_t * |
t, |
|
|
const char * |
str, |
|
|
uint16_t |
len |
|
) |
| |
◆ str_table_get_record_by_string_sorted()
| rec_t str_table_get_record_by_string_sorted |
( |
const table_t * |
t, |
|
|
const char * |
str, |
|
|
uint16_t |
len, |
|
|
rec_t * |
pos |
|
) |
| |
◆ str_table_store()