Searched refs:crcSize (Results 1 – 1 of 1) sorted by relevance
1505 size_t const crcSize = dctx->frameInfo.blockChecksumFlag * BFSize; in LZ4F_decompress() local1525 dctx->tmpInTarget = nextCBlockSize + crcSize; in LZ4F_decompress()1528 nextSrcSizeHint = BHSize + nextCBlockSize + crcSize; in LZ4F_decompress()