Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_deflate\deftree.c Create Date:2022-07-28 06:58:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Initialize the tree data structures for a new zlib stream.

Proto:void zlib_tr_init(deflate_state *s)

Type:void

Parameter:

TypeParameterName
deflate_state *s
299  Local (static) routines in this file.
301  al bit length of compressed file = 0L
303  the dynamic tree = literal and length tree
304  the corresponding static tree = static_l_desc
306  the dynamic tree = dyn_dtree
307  the corresponding static tree = static_d_desc
309  the dynamic tree = bl_tree
310  the corresponding static tree = static_bl_desc
312  bi_buf = 0
313  Output buffer. bits are inserted starting at the bottom (least* significant bits). = 0
314  length of EOB code for last block = 8
320  init_block(s)