Home
last modified time | relevance | path

Searched refs:frameRemainingSize (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.c734 U64 frameRemainingSize; member
896 dctxPtr->frameRemainingSize = dctxPtr->frameInfo.contentSize = LZ4F_readLE64(srcPtr+6); in LZ4F_decodeHeader()
1153 if (dctxPtr->frameInfo.contentSize) dctxPtr->frameRemainingSize -= sizeToCopy; in LZ4F_decompress()
1217 if (dctxPtr->frameInfo.contentSize) dctxPtr->frameRemainingSize -= decodedSize; in LZ4F_decompress()
1257 if (dctxPtr->frameInfo.contentSize) dctxPtr->frameRemainingSize -= decodedSize; in LZ4F_decompress()
1288 …if (dctxPtr->frameRemainingSize) return err0r(LZ4F_ERROR_frameSize_wrong); /* incorrect frame si… in LZ4F_decompress()