Searched refs:pStart (Results 1 – 1 of 1) sorted by relevance
326 char *pStart = mSection.end + 1; in CloseSection() local328 mSection.start = pStart; in CloseSection()332 if (*pStart == '<' && *(pStart + 1) == '/') in CloseSection()334 pStart += 2; in CloseSection()336 while(pStart < mSection.end) in CloseSection()338 if (*pStart == '>') in CloseSection()340 mSection.start = pStart + 1; in CloseSection()343 pStart++; in CloseSection()