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_end

Proto:void xz_dec_end(struct xz_dec *s)

Type:void

Parameter:

TypeParameterName
struct xz_dec *s
830  If (s != NULL) Then
831  xz_dec_lzma2_end(lzma2)
835  kfree(s)
Caller
NameDescribe
unxzThis function implements the API defined in .* This wrapper will automatically choose single-call or multi-call mode* of the native XZ decoder API. The single-call mode can be used only when
xz_dec_test_initAllocate the XZ decoder state and register the character device.
xz_dec_test_exit