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:init_block

Proto:static void init_block(deflate_state *s)

Type:void

Parameter:

TypeParameterName
deflate_state *s
333  When n < umber of literal bytes 0..255 cycle Freq = 0
334  When n < umber of Literal or Length codes, including the END_BLOCK code cycle Freq = 0
335  When n < umber of distance codes cycle Freq = 0
337  Freq = 1
338  length of current block with optimal trees = length of current block with static trees = 0L
339  unning index in l_buf = umber of string matches in current block = 0
Caller
NameDescribe
zlib_tr_initInitialize the tree data structures for a new zlib stream.
zlib_tr_flush_blockDetermine the best encoding for the current block: dynamic trees, static* trees or store, and output the encoded block to the zip file. This function* returns the total compressed length for the file so far.