Lines Matching refs:flushed
599 * Any internal data not yet flushed is cancelled.
746 * output to be flushed.
747 * @return : provides a minimum amount of data remaining to be flushed from internal buffers
758 * @return : 0 if internal buffers are entirely flushed,
770 * @return : 0 if frame fully completed and fully flushed,
790 * note that frame is only closed after compressed data is fully flushed (return value == 0).
805 * and then immediately returns, just indicating that there is some data remaining to be flushed.
808 * - @return provides a minimum amount of data remaining to be flushed from internal buffers
812 * For ZSTD_e_end, @return == 0 when internal buffers are fully flushed and frame is completed.
813 * - after a ZSTD_e_end directive, if internal buffer is not fully flushed (@return != 0),
893 * If `output.pos < output.size`, decoder has flushed everything it could.
900 * Note : with no additional input provided, amount of data flushed is necessarily <= ZSTD_BLOCKSIZE_MAX.
901 * @return : 0 when a frame is completely decoded and fully flushed,
932 * - `output.pos < output.size`, decoder flushed internal output buffer.
936 * Note : with no additional input, amount of data flushed <= ZSTD_BLOCKSIZE_MAX.
938 * @return : 0 when a frame is completely decoded and fully flushed,
2740 unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked from caller side */
2754 * Tell how many bytes are ready to be flushed immediately.
2756 * Probe the oldest active job, defined as oldest job not yet entirely flushed,
2758 * @return : amount of data stored in oldest job and ready to be flushed immediately.
2762 * but everything it has produced has also been flushed so far,
3085 Note that already decoded data stored in the buffer should be flushed before being overwritten.