Searched refs:nextpos (Results 1 – 2 of 2) sorted by relevance
200 char* nextpos = curn + 1; in isTopicMatched() local201 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()202 nextpos = ++curn + 1; in isTopicMatched()
511 char* nextpos = curn + 1; in isTopicMatched() local512 while (nextpos < curn_end && *nextpos != '/') in isTopicMatched()513 nextpos = ++curn + 1; in isTopicMatched()