函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称: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

函数原型:static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b)

返回类型:enum xz_ret

参数:

类型参数名称
struct xz_dec *s
struct xz_buf *b
300  循环
301  ret等于Decode a variable-length integer (little-endian base-128 encoding)
302  如果ret不等于XZ_STREAM_END
304  返回:ret
337 Number of Records (matches block.count in valid files) 大于0循环
339  返回:XZ_STREAM_END
调用者
名称描述
dec_main