Searched refs:pa_split_in_place (Results 1 – 3 of 3) sorted by relevance
112 const char *pa_split_in_place(const char *c, const char *delimiters, size_t *n, const char **state);
947 const char *pa_split_in_place(const char *c, const char *delimiter, size_t *n, const char**state) { in pa_split_in_place() function
1153 while ((r = pa_split_in_place(port_name, "+", &len, &state))) { in ucm_port_contains()