Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\lz4\lz4hc_compress.c Create Date:2022-07-28 07:01:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:LZ4_loadDictHC

Proto:int LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, const char *dictionary, int dictSize)

Type:int

Parameter:

TypeParameterName
LZ4_streamHC_t *LZ4_streamHCPtr
const char *dictionary
intdictSize
629  ctxPtr = internal_donotuse
631  If dictSize > 64 * KB Then
632  dictionary += dictSize - 64 * KB
633  dictSize = 64 * KB
635  HC Compression
636  If dictSize >= 4 Then Update chains up to ip (excluded)
638  xt block to continue on current prefix = dictionary + dictSize
639  Return dictSize
Caller
NameDescribe
LZ4_compressHC_continue_generic