Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return true if at least one byte can be written into the dictionary.

Proto:static inline bool dict_has_space(const struct dictionary *dict)

Type:bool

Parameter:

TypeParameterName
const struct dictionary *dict
311  Return Position in buf < Write limit; we don't write to buf[limit] or later bytes.
Caller
NameDescribe
lzma_mainLZMA decoder core