Searched refs:outSize (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 1228 size_t const outSize = LZ4F_compressUpdate(ctx, in FIO_compressLz4Frame() local 1231 if (LZ4F_isError(outSize)) in FIO_compressLz4Frame() 1233 srcFileName, LZ4F_getErrorName(outSize)); in FIO_compressLz4Frame() 1234 outFileSize += outSize; in FIO_compressLz4Frame() 1246 { size_t const sizeCheck = fwrite(ress->dstBuffer, 1, outSize, ress->dstFile); in FIO_compressLz4Frame() 1247 if (sizeCheck != outSize) in FIO_compressLz4Frame() 2330 size_t outSize= 0; in FIO_decompressLz4Frame() local 2332 … nextToLoad = LZ4F_decompress(dCtx, ress->dstBuffer, &outSize, ress->srcBuffer, &inSize, NULL); in FIO_decompressLz4Frame()
|