Searched refs:flushed (Results 1 – 1 of 1) sorted by relevance
3189 …size_t const flushed = ZSTD_limitCopy(op, oend - op, zcs->outBuff + zcs->outBuffFlushedSize, toFlu… in ZSTD_compressStream_generic() local3190 op += flushed; in ZSTD_compressStream_generic()3191 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic()3192 if (toFlush != flushed) { in ZSTD_compressStream_generic()3281 …size_t const flushed = ZSTD_limitCopy(op, oend - op, zcs->outBuff + zcs->outBuffFlushedSize, toFlu… in ZSTD_endStream() local3282 op += flushed; in ZSTD_endStream()3283 zcs->outBuffFlushedSize += flushed; in ZSTD_endStream()3285 if (toFlush == flushed) in ZSTD_endStream()3287 return toFlush - flushed; in ZSTD_endStream()