Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:05:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_compressBegin_usingCDict
Proto:size_t ZSTD_compressBegin_usingCDict(ZSTD_CCtx *cctx, const ZSTD_CDict *cdict, unsigned long long pledgedSrcSize)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | cctx | |
const ZSTD_CDict * | cdict | |
unsigned long long | pledgedSrcSize |
2916 | If dictContentSize Then check and Forward error code ( : 0, or an error code ) |
2918 | Else |
2920 | contentSizeFlag = pledgedSrcSize > 0 |
2923 | Return 0 |
Name | Describe |
---|---|
ZSTD_compress_usingCDict | ! ZSTD_compress_usingCDict() :* Compression using a digested Dictionary.* Faster startup than ZSTD_compress_usingDict(), recommended when same dictionary is used multiple times.* Note that compression level is decided during dictionary creation |
ZSTD_resetCStream_internal |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |