Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c3343 static size_t ZSTD_compressBegin_internal(ZSTD_CCtx* cctx, in ZSTD_compressBegin_internal() function
3395 return ZSTD_compressBegin_internal(cctx, in ZSTD_compressBegin_advanced_internal()
3422 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict()
3539 FORWARD_IF_ERROR( ZSTD_compressBegin_internal(cctx, in ZSTD_compress_advanced_internal()
3906 return ZSTD_compressBegin_internal(cctx, in ZSTD_compressBegin_usingCDict_advanced()
4398 FORWARD_IF_ERROR( ZSTD_compressBegin_internal(cctx, in ZSTD_CCtx_init_compressStream2()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16165 static size_t ZSTD_compressBegin_internal(ZSTD_CCtx* cctx, in ZSTD_compressBegin_internal() function
16217 return ZSTD_compressBegin_internal(cctx, in ZSTD_compressBegin_advanced_internal()
16244 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict()
16362 FORWARD_IF_ERROR( ZSTD_compressBegin_internal(cctx, in ZSTD_compress_advanced_internal()
16648 return ZSTD_compressBegin_internal(cctx, in ZSTD_compressBegin_usingCDict_advanced()
16739 FORWARD_IF_ERROR( ZSTD_compressBegin_internal(cctx, in ZSTD_resetCStream_internal()