Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4249 zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
4256 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()
4258 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()
4263 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()
4270 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
4414 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_CCtx_init_compressStream2()
4487 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()
H A Dzstd_compress_internal.h307 size_t outBuffFlushedSize; member
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10181 size_t outBuffFlushedSize; member
16747 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_resetCStream_internal()
16984 zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
16990 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()
16992 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()
16997 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()
17004 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
17128 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()