Searched refs:pSep (Results 1 – 2 of 2) sorted by relevance
219 const char *pSep = nextPos; in DoParse() local221 while (*pSep) { in DoParse()222 if (*pSep == sep) { in DoParse()225 pSep++; in DoParse()227 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()228 int16_t subTagLen = pSep - curPos; in DoParse()
225 const char *pSep = nextPos; in DoParse() local227 while (*pSep) { in DoParse()228 if (*pSep == sep) { in DoParse()231 pSep++; in DoParse()233 nextPos = ((*pSep == 0) ? nullptr : (pSep + 1)); in DoParse()234 int16_t subTagLen = pSep - curPos; in DoParse()