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

Name:send_all_trees

Proto:static void send_all_trees(deflate_state *s, int lcodes, int dcodes, int blcodes)

Type:void

Parameter:

TypeParameterName
deflate_state *s
intlcodes
intdcodes
intblcodes
776  When rank < blcodes cycle
782  send_tree(s, (ct_data * )literal and length tree , lcodes - 1)
785  send_tree(s, (ct_data * )dyn_dtree, dcodes - 1)
Caller
NameDescribe
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.