Searched refs:trailerPos (Results 1 – 1 of 1) sorted by relevance
107 const char* trailerPos = strstr(dataPos, "cleartomark"); in parsePFA() local108 if (!trailerPos) { in parsePFA()112 for (trailerPos--; trailerPos > dataPos && zeroCount < 512; trailerPos--) { in parsePFA()113 if (*trailerPos == '\n' || *trailerPos == '\r' || *trailerPos == ' ') { in parsePFA()115 } else if (*trailerPos == '0') { in parsePFA()125 *hexDataLen = trailerPos - src - *headerLen; in parsePFA()130 for (; dataPos < trailerPos; dataPos++) { in parsePFA()