Searched refs:buffInSize (Results 1 – 2 of 2) sorted by relevance
67 size_t const buffInSize = ZSTD_CStreamInSize(); /* can always read one full block */ in compressFile_orDie() local68 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()
981 size_t const buffInSize = (zbuff==ZSTDb_buffered) ? windowSize + blockSize : 0; in ZSTD_resetCCtx_internal() local989 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()