Searched refs:outBuffFlushedSize (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c5333 zcs->outBuffFlushedSize = 0;
5340 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize;
5342 zcs->outBuff + zcs->outBuffFlushedSize, toFlush);
5347 zcs->outBuffFlushedSize += flushed;
5354 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0;
5473 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0;
5504 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */
H A Dzstd_compress_internal.h401 size_t outBuffFlushedSize; member in struct:ZSTD_CCtx_s

Completed in 273 milliseconds