String list functions.
More...
◆ stp_string_list_t
The string_list opaque data type.
◆ stp_string_list_add_string()
void stp_string_list_add_string |
( |
stp_string_list_t * |
list, |
|
|
const char * |
name, |
|
|
const char * |
text |
|
) |
| |
|
extern |
◆ stp_string_list_add_string_unsafe()
void stp_string_list_add_string_unsafe |
( |
stp_string_list_t * |
list, |
|
|
const char * |
name, |
|
|
const char * |
text |
|
) |
| |
|
extern |
◆ stp_string_list_count()
◆ stp_string_list_create()
◆ stp_string_list_create_copy()
◆ stp_string_list_create_from_params()
◆ stp_string_list_destroy()
◆ stp_string_list_find()
◆ stp_string_list_is_present()
int stp_string_list_is_present |
( |
const stp_string_list_t * |
list, |
|
|
const char * |
value |
|
) |
| |
|
extern |
◆ stp_string_list_param()
◆ stp_string_list_remove_string()