Searched defs:buffOutSize (Results 1 – 8 of 8) sorted by relevance
23 …size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one… in decompressFile_orDie() local
33 size_t const buffOutSize = ZSTD_CStreamOutSize(); in compressFile_orDie() local
27 size_t buffOutSize; member
44 size_t const buffOutSize = ZSTD_CStreamOutSize(); in compressFile_orDie() local
91 …size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one… in decompressFile_orDie() local
96 …size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one… in decompressFile_orDie() local
69 size_t const buffOutSize = ZSTD_CStreamOutSize(); /* can always flush a full block */ in compressFile_orDie() local
1698 const size_t buffOutSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal()2124 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local