Searched refs:outBuffFlushedSize (Results 1 – 2 of 2) sorted by relevance
5333 zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()5340 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic()5342 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()5347 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()5354 zcs->outBuffContentSize = zcs->outBuffFlushedSize = 0; in ZSTD_compressStream_generic()5473 cctx->outBuffContentSize = cctx->outBuffFlushedSize = 0; in ZSTD_CCtx_init_compressStream2()5504 return cctx->outBuffContentSize - cctx->outBuffFlushedSize; /* remaining to flush */ in ZSTD_compressStream2()
401 size_t outBuffFlushedSize; member