Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:LZ4_saveDict

Proto:int LZ4_saveDict(LZ4_stream_t *LZ4_dict, char *safeBuffer, int dictSize)

Type:int

Parameter:

TypeParameterName
LZ4_stream_t *LZ4_dict
char *safeBuffer
intdictSize
838  dict = internal_donotuse
839  previousDictEnd = dictionary + dictSize
841  If dictSize > 64 * KB Then
843  dictSize = 64 * KB
845  If dictSize > dictSize Then dictSize = dictSize
848  Not static to avoid a conflict with the prototype in the Linux headers.
850  dictionary = safeBuffer
851  dictSize = dictSize
853  Return dictSize