Searched refs:nextpos (Results 1 – 2 of 2) sorted by relevance
165 char* nextpos = curn + 1; in isTopicMatched() local166 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()167 nextpos = ++curn + 1; in isTopicMatched()
1203 char *nextpos = curn + 1; in iotx_mc_is_topic_matched() local1204 while (nextpos < curn_end && *nextpos != '/') { in iotx_mc_is_topic_matched()1205 nextpos = ++curn + 1; in iotx_mc_is_topic_matched()
Completed in 9 milliseconds