Home
last modified time | relevance | path

Searched refs:readCtx (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/zstd/programs/
H A Dfileio.c1073 ReadPoolCtx_t *readCtx; member
1142 ress.readCtx = AIO_ReadPool_create(prefs, ZSTD_CStreamInSize()); in FIO_createCResources()
1207 AIO_ReadPool_free(ress->readCtx); in FIO_freeCResources()
1245 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressGzFrame()
1246 if (ress->readCtx->srcBufferLoaded == 0) break; in FIO_compressGzFrame()
1247 inFileSize += ress->readCtx->srcBufferLoaded; in FIO_compressGzFrame()
1248 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer; in FIO_compressGzFrame()
1249 strm.avail_in = (uInt)ress->readCtx->srcBufferLoaded; in FIO_compressGzFrame()
1255 AIO_ReadPool_consumeBytes(ress->readCtx, availBefore - strm.avail_in); in FIO_compressGzFrame()
1343 size_t const inSize = AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressLzmaFrame()
[all …]