|
smtp-client
SMTP Client C Library
|
Collaboration diagram for smtp_str_list:Data Fields | |
| size_t | n |
| char ** | slist |
Holds a list of strings.
Used by a number of utility functions below to store and operate on lists of strings.
| size_t smtp_str_list::n |
Number of strings in slist.
Definition at line 330 of file test.c.
Referenced by smtp_str_list_append(), smtp_str_list_free(), smtp_str_split(), smtp_test_config_load_from_file(), and smtp_unit_test_str_getdelimfd().
| char** smtp_str_list::slist |
List of strings.
Definition at line 335 of file test.c.
Referenced by smtp_str_list_append(), smtp_str_list_free(), smtp_str_split(), smtp_test_config_load_from_file(), and smtp_unit_test_str_getdelimfd().