Searched refs:commentLength (Results 1 – 1 of 1) sorted by relevance
521 unsigned short commentLength; in commentChunk() local525 lsx_readw(ft, &commentLength); in commentChunk()526 if (((size_t)totalCommentLength) + commentLength > USHRT_MAX) { in commentChunk()530 totalCommentLength += commentLength; in commentChunk()539 …if (lsx_readbuf(ft, *text + totalCommentLength - commentLength, (size_t) commentLength) != comment… in commentChunk()545 if (commentLength % 2) { in commentChunk()