Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h306 size_t outBuffContentSize; member
H A Dzstd_compress.c4248 zcs->outBuffContentSize = cSize; in ZSTD_compressStream_generic()
4256 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10182 size_t outBuffContentSize; member
16749 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_resetCStream_internal()
16985 zcs->outBuffContentSize = cSize; in ZSTD_compressStream_generic()
16992 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()
17006 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()
17130 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()