Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/examples/
Dseekable_compression.c67 size_t const buffInSize = ZSTD_CStreamInSize(); /* can always read one full block */ in compressFile_orDie() local
68 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()
77 size_t read, toRead = buffInSize; in compressFile_orDie()
84 …if (toRead > buffInSize) toRead = buffInSize; /* Safely handle case when `buffInSize` is manuall… in compressFile_orDie()
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c981 size_t const buffInSize = (zbuff==ZSTDb_buffered) ? windowSize + blockSize : 0; in ZSTD_resetCCtx_internal() local
989 size_t const bufferSpace = buffInSize + buffOutSize; in ZSTD_resetCCtx_internal()
1082 zc->inBuffSize = buffInSize; in ZSTD_resetCCtx_internal()
1085 zc->outBuff = zc->inBuff + buffInSize; in ZSTD_resetCCtx_internal()