Searched refs:dstBufferSize (Results 1 – 1 of 1) sorted by relevance
940 size_t dstBufferSize; member995 ress.dstBufferSize = ZSTD_CStreamOutSize(); in FIO_createCResources()1003 ress.dstBuffer = malloc(ress.dstBufferSize); in FIO_createCResources()1102 strm.avail_out = (uInt)ress->dstBufferSize; in FIO_compressGzFrame()1116 { size_t const cSize = ress->dstBufferSize - strm.avail_out; in FIO_compressGzFrame()1122 strm.avail_out = (uInt)ress->dstBufferSize; in FIO_compressGzFrame()1136 { size_t const cSize = ress->dstBufferSize - strm.avail_out; in FIO_compressGzFrame()1142 strm.avail_out = (uInt)ress->dstBufferSize; in FIO_compressGzFrame()1189 strm.avail_out = ress->dstBufferSize; in FIO_compressLzmaFrame()1204 { size_t const compBytes = ress->dstBufferSize - strm.avail_out; in FIO_compressLzmaFrame()[all …]