Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress_internal.h661 size_t ZSTD_compressStream_generic(ZSTD_CStream* zcs,
Dzstd_compress.c3035 size_t ZSTD_compressStream_generic(ZSTD_CStream* zcs, in ZSTD_compressStream_generic() function
3184 return ZSTD_compressStream_generic(zcs, output, input, ZSTD_e_continue); in ZSTD_compressStream()
3259 CHECK_F( ZSTD_compressStream_generic(cctx, output, input, endOp) ); in ZSTD_compress_generic()
3288 CHECK_F( ZSTD_compressStream_generic(zcs, output, &input, ZSTD_e_flush) ); in ZSTD_flushStream()
3297 CHECK_F( ZSTD_compressStream_generic(zcs, output, &input, ZSTD_e_end) ); in ZSTD_endStream()
Dzstdmt_compress.c1721 return ZSTD_compressStream_generic(mtctx->cctxPool->cctx[0], output, input, endOp); in ZSTDMT_compressStream_generic()