Searched refs:src_next (Results 1 – 1 of 1) sorted by relevance
203 char * src_next = *src; in lv_xml_split_str() local206 while(*src_next != '\0') { in lv_xml_split_str()207 if(*src_next == delimiter) { in lv_xml_split_str()208 *src_next = '\0'; /*Close the string on the delimiter*/ in lv_xml_split_str()209 *src = src_next + 1; /*Change the source continue after the found delimiter*/ in lv_xml_split_str()212 src_next++; in lv_xml_split_str()216 *src = src_next; /*Move the source point to the end*/ in lv_xml_split_str()