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:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xz_dec_reset

Proto:void xz_dec_reset(struct xz_dec *s)

Type:void

Parameter:

TypeParameterName
struct xz_dec *s
818  Position in dec_main() = SEQ_STREAM_HEADER
819  * True if the next call to xz_dec_run() is allowed to return * XZ_BUF_ERROR. = false
820  Position in variable-length integers and Check fields = 0
821  CRC32 value in Block or Index = 0
822  memzero( & Information collected when decoding Blocks , size of Information collected when decoding Blocks )
823  memzero( & Variables needed when verifying the Index field , size of Variables needed when verifying the Index field )
824  pos = 0
825  size = See the .xz file format specification at* http://tukaani.org/xz/xz-file-format.txt* to understand the container format.
Caller
NameDescribe
xz_dec_runxz_dec_run() is a wrapper for dec_main() to handle some special cases in* multi-call and single-call decoding.* In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we* are not going to make any progress anymore
xz_dec_init
xz_dec_test_open