Function report |
Source Code:lib\zstd\compress.c |
Create Date:2022-07-28 07:02:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:! ZSTD_continueCCtx() :reuse CCtx without reset (note : requires no dictionary)
Proto:static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_CCtx * | cctx | |
ZSTD_parameters | params | |
U64 | frameContentSize |
224 | nextToUpdate = end + 1 |
225 | stage = ZSTDcs_init |
226 | dictID = 0 |
227 | loadedDictEnd = 0 |
230 | When i < umber of repcodes cycle rep[i] = repStartValue[i] |
233 | litLengthSum = 0 |
234 | xxh64_reset( & xxhState, 0) |
235 | Return 0 |
Name | Describe |
---|---|
ZSTD_resetCCtx_advanced | ! ZSTD_resetCCtx_advanced() :note : `params` must be validated |
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 |