Searched refs:iwpool_split_string (Results 1 – 4 of 4) sorted by relevance
| /third_party/iowow/src/utils/tests/ |
| D | iwutils_test1.c | 44 const char **res = iwpool_split_string(pool, " foo , bar:baz,,z,", ",:", true); in test_iwpool_split_string() 68 res = iwpool_split_string(pool, " foo , bar:baz,,z,", ",:", false); in test_iwpool_split_string() 92 res = iwpool_split_string(pool, " foo ", ",", false); in test_iwpool_split_string()
|
| /third_party/iowow/src/utils/ |
| D | iwpool.c | 169 const char** iwpool_split_string( in iwpool_split_string() function 225 const char **ret = iwpool_split_string(pool, buf, split_chars, ignore_whitespace); in iwpool_printf_split()
|
| D | iwpool.h | 112 IW_EXPORT const char** iwpool_split_string(
|
| /third_party/iowow/ |
| D | Changelog | 185 * Added iwpool_split_string (iwpool.h)
|