Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map121 ZSTD_compressContinue_internal;
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c2988 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function
3053 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue()
3070 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock()
3479 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()