Searched refs:pScan (Results 1 – 1 of 1) sorted by relevance
152 const char *pScan = content.log; in LogPrintWithFormat() local154 while (*pScan != '\0') { in LogPrintWithFormat()155 if (*pScan == '\n') { in LogPrintWithFormat()157 int len = static_cast<int>(pScan - pHead); in LogPrintWithFormat()167 pHead = pScan + 1; in LogPrintWithFormat()169 pScan++; in LogPrintWithFormat()