Searched refs:crcSize (Results 1 – 1 of 1) sorted by relevance
1423 size_t const crcSize = dctx->frameInfo.blockChecksumFlag * 4; in LZ4F_decompress() local1440 dctx->tmpInTarget = nextCBlockSize + crcSize; in LZ4F_decompress()1443 nextSrcSizeHint = nextCBlockSize + crcSize + BHSize; in LZ4F_decompress()