函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Initialize the tree data structures for a new zlib stream.

函数原型:void zlib_tr_init(deflate_state *s)

返回类型:void

参数:

类型参数名称
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)
调用者
名称描述
zlib_deflateReset