Home
last modified time | relevance | path

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

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