Lines Matching refs:contentSize
436 if (prefs.frameInfo.contentSize != 0) in LZ4F_compressFrame_usingCDict()
437 … prefs.frameInfo.contentSize = (U64)srcSize; /* auto-correct content size if selected (!=0) */ in LZ4F_compressFrame_usingCDict()
762 + ((unsigned)(cctxPtr->prefs.frameInfo.contentSize > 0) << 3) in LZ4F_compressBegin_usingCDict()
768 if (cctxPtr->prefs.frameInfo.contentSize) { in LZ4F_compressBegin_usingCDict()
769 LZ4F_writeLE64(dstPtr, cctxPtr->prefs.frameInfo.contentSize); in LZ4F_compressBegin_usingCDict()
1181 if (cctxPtr->prefs.frameInfo.contentSize) { in LZ4F_compressEnd()
1182 if (cctxPtr->prefs.frameInfo.contentSize != cctxPtr->totalInSize) in LZ4F_compressEnd()
1373 dctx->frameRemainingSize = dctx->frameInfo.contentSize = LZ4F_readLE64(srcPtr+6); in LZ4F_decodeHeader()
1719 if (dctx->frameInfo.contentSize) in LZ4F_decompress()
1851 if (dctx->frameInfo.contentSize) in LZ4F_decompress()
1896 if (dctx->frameInfo.contentSize) in LZ4F_decompress()
2003 dctx->frameInfo.contentSize = SFrameSize; in LZ4F_decompress()