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