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()
31 size_t const buffInSize = ZSTD_CStreamInSize(); in compressFile_orDie() local32 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()50 size_t const toRead = buffInSize; in compressFile_orDie()
42 size_t const buffInSize = ZSTD_CStreamInSize(); in compressFile_orDie() local43 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()66 size_t const toRead = buffInSize; in compressFile_orDie()
1463 const size_t buffInSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument1484 size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1864 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params->inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local1877 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal()1944 zc->inBuffSize = buffInSize; in ZSTD_resetCCtx_internal()1945 zc->inBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffInSize); in ZSTD_resetCCtx_internal()
1448 size_t const buffInSize = (zbuff==ZSTDb_buffered) ? windowSize + blockSize : 0; in ZSTD_resetCCtx_internal() local1464 … size_t const bufferSpace = ZSTD_cwksp_alloc_size(buffInSize) + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_resetCCtx_internal()1537 zc->inBuffSize = buffInSize; in ZSTD_resetCCtx_internal()1538 zc->inBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffInSize); in ZSTD_resetCCtx_internal()