Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
ZSTD_CCtx *cctx
ZSTD_parametersparams
U64frameContentSize
219  end = nextSrc - base
220  params = params
221  frameContentSize = frameContentSize
222  lowLimit = end
223  dictLimit = end
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
Caller
NameDescribe
ZSTD_resetCCtx_advanced! ZSTD_resetCCtx_advanced() :note : `params` must be validated