Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h92 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1087 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx) in ZSTDMT_toFlushNow() function
H A Dzstd_compress.c1452 return ZSTDMT_toFlushNow(cctx->mtctx); in ZSTD_toFlushNow()