Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c1799 static size_t ZSTDMT_flushStream_internal(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output, ZSTD_EndDirec… in ZSTDMT_flushStream_internal() function
1822 return ZSTDMT_flushStream_internal(mtctx, output, ZSTD_e_flush); in ZSTDMT_flushStream()
1830 return ZSTDMT_flushStream_internal(mtctx, output, ZSTD_e_end); in ZSTDMT_endStream()