Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3665 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_resetCStream_internal()
3902 zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
3908 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()
3910 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()
3915 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()
3922 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
4046 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()
H A Dzstd_compress_internal.h272 size_t outBuffFlushedSize; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c5452 zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
5459 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()
5461 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()
5466 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()
5473 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
5627 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_CCtx_init_compressStream2()
5704 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()
H A Dzstd_compress_internal.h407 size_t outBuffFlushedSize; member