Searched refs:buffInSize (Results 1 – 6 of 6) sorted by relevance
26 size_t buffInSize; member34 ress.buffInSize = ZSTD_CStreamInSize(); /* can always read one full block */ in createResources_orDie()36 ress.buffIn = malloc_orDie(ress.buffInSize); in createResources_orDie()69 size_t const toRead = ress.buffInSize; in compressFile_orDie()
20 size_t const buffInSize = ZSTD_DStreamInSize(); in decompressFile_orDie() local21 void* const buffIn = malloc_orDie(buffInSize); in decompressFile_orDie()35 size_t const toRead = buffInSize; in decompressFile_orDie()
28 size_t const buffInSize = ZSTD_CStreamInSize(); in compressFile_orDie() local29 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()47 size_t const toRead = buffInSize; in compressFile_orDie()
40 size_t const buffInSize = ZSTD_CStreamInSize(); in compressFile_orDie() local41 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()64 size_t const toRead = buffInSize; in compressFile_orDie()
1302 const size_t buffInSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument1323 size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1628 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params.inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local1640 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal()1706 zc->inBuffSize = buffInSize; in ZSTD_resetCCtx_internal()1707 zc->inBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffInSize); in ZSTD_resetCCtx_internal()
14532 size_t const buffInSize = (zbuff==ZSTDb_buffered) ? windowSize + blockSize : 0; in ZSTD_resetCCtx_internal() local14548 … size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_resetCCtx_internal()14621 zc->inBuffSize = buffInSize; in ZSTD_resetCCtx_internal()14622 zc->inBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffInSize); in ZSTD_resetCCtx_internal()