Go to the source code of this file.
Functions | |
char ** | ares_strsplit (const char *in, const char *delms, int make_set, size_t *num_elm) |
void | ares_strsplit_free (char **elms, size_t num_elm) |
static int | is_delim (char c, const char *delims, size_t num_delims) |
static int | list_contains (char *const *list, size_t num_elem, const char *str, int insensitive) |
Definition at line 78 of file ares_strsplit.c.
void ares_strsplit_free | ( | char ** | elms, |
size_t | num_elm | ||
) |
Definition at line 65 of file ares_strsplit.c.
Definition at line 52 of file ares_strsplit.c.