Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Decode the Number of Records, Unpadded Size, and Uncompressed Size* fields from the Index field. That is, Index Padding and CRC32 are not* decoded by this function.* This can return XZ_OK (more input needed), XZ_STREAM_END (everything

Proto:static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b)

Type:enum xz_ret

Parameter:

TypeParameterName
struct xz_dec *s
struct xz_buf *b
300  Do
301  ret = Decode a variable-length integer (little-endian base-128 encoding)
302  If ret != XZ_STREAM_END Then
304  Return ret
337  When Number of Records (matches block.count in valid files) > 0 cycle
339  Return XZ_STREAM_END
Caller
NameDescribe
dec_main