函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\compress.c Create Date:2022-07-27 08:00:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:! ZSTD_continueCCtx() :reuse CCtx without reset (note : requires no dictionary)

函数原型:static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize)

返回类型:size_t

参数:

类型参数名称
ZSTD_CCtx *cctx
ZSTD_parametersparams
U64frameContentSize
219  end等于nextSrcbase
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 i小于umber of repcodes 循环rep[i]等于repStartValue[i]
233  litLengthSum等于0
234  xxh64_reset( & xxhState, 0)
235  返回:0
调用者
名称描述
ZSTD_resetCCtx_advanced! ZSTD_resetCCtx_advanced() :note : `params` must be validated