Home | History | Annotate | Download | only in tf_daemon

Lines Matching defs:pEnd

140    uint8_t* pEnd = pContext->pManifestContent + pContext->nManifestLength;
161 while (pCurrent < pEnd)
167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR)
181 if (pCurrent < pEnd && *pCurrent == CHAR_LF)
197 while (pCurrent < pEnd)
219 if (pCurrent >= pEnd)
237 if (pCurrent >= pEnd)
250 while (pCurrent < pEnd)
300 if (pCurrent == pEnd)
340 while (pCurrent < pEnd && (*pCurrent == ' ' || *pCurrent == '\t'))
350 while (pCurrent < pEnd)
471 if (pCurrent < pEnd && *pCurrent == CHAR_LF)