函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:send_all_trees

函数原型:static void send_all_trees(deflate_state *s, int lcodes, int dcodes, int blcodes)

返回类型:void

参数:

类型参数名称
deflate_state *s
intlcodes
intdcodes
intblcodes
776 rank小于blcodes循环
782  send_tree(s, (ct_data * )literal and length tree , lcodes - 1)
785  send_tree(s, (ct_data * )dyn_dtree, dcodes - 1)
调用者
名称描述
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.