Searched refs:ZSTDMT_endStream (Results 1 – 3 of 3) sorted by relevance
58 ZSTDLIB_API size_t ZSTDMT_endStream(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output); /**< @return :…
1825 size_t ZSTDMT_endStream(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output) in ZSTDMT_endStream() function
1394 remainingToFlush = ZSTDMT_endStream(zc, &outBuff); in fuzzerTests_MT()