Searched refs:MIN_CBLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
85 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */) /* for a non-null block */ macro
140 RETURN_ERROR_IF(srcSize < MIN_CBLOCK_SIZE, corruption_detected, ""); in ZSTD_decodeLiteralsBlock()
3187 if (srcSize < MIN_CBLOCK_SIZE+ZSTD_blockHeaderSize+1+1) { in ZSTD_buildSeqStore()4537 RETURN_ERROR_IF(dstCapacity < ZSTD_blockHeaderSize + MIN_CBLOCK_SIZE + 1, in ZSTD_compress_frameChunk()6780 if (blockSize < MIN_CBLOCK_SIZE+ZSTD_blockHeaderSize+1+1) { in ZSTD_compressSequences_internal()