Lines Matching refs:AIO_ReadPool_fillBuffer
1245 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressGzFrame()
1343 size_t const inSize = AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressLzmaFrame()
1440 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_compressLz4Frame()
1467 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_compressLz4Frame()
1550 size_t const inSize = AIO_ReadPool_fillBuffer(ress.readCtx, ZSTD_CStreamInSize()); in FIO_compressZstdFrame()
2379 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_passThrough()
2389 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_passThrough()
2454 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_FRAMEHEADERSIZE_MAX); in FIO_decompressZstdFrame()
2490 size_t const readSize = AIO_ReadPool_fillBuffer(ress->readCtx, toDecode); in FIO_decompressZstdFrame()
2669 AIO_ReadPool_fillBuffer(ress->readCtx, nextToLoad); in FIO_decompressLz4Frame()
2744 AIO_ReadPool_fillBuffer(ress.readCtx, toRead); in FIO_decompressFrames()