Searched refs:pLastNonWhitespaceChar (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dlib_manifest2.c141 uint8_t* pLastNonWhitespaceChar; local
297 pLastNonWhitespaceChar = pCurrent;
328 if (pCurrent != pLastNonWhitespaceChar)
335 pLastNonWhitespaceChar = pCurrent;
337 *pNameLength = pLastNonWhitespaceChar - *ppName;
345 pLastNonWhitespaceChar = pCurrent-1;
492 pLastNonWhitespaceChar = pCurrent;
506 *pValueLength = pLastNonWhitespaceChar - *ppValue + 1;
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dlib_manifest2.c141 uint8_t* pLastNonWhitespaceChar; local
297 pLastNonWhitespaceChar = pCurrent;
328 if (pCurrent != pLastNonWhitespaceChar)
335 pLastNonWhitespaceChar = pCurrent;
337 *pNameLength = pLastNonWhitespaceChar - *ppName;
345 pLastNonWhitespaceChar = pCurrent-1;
492 pLastNonWhitespaceChar = pCurrent;
506 *pValueLength = pLastNonWhitespaceChar - *ppValue + 1;

Completed in 36 milliseconds