函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:copy_block

函数原型:static void copy_block(deflate_state *s, char *buf, unsigned len, int header)

返回类型:void

参数:

类型参数名称
deflate_state *s
char *buf
unsignedlen
intheader
1096  Flush the bit buffer and align the output on a byte boundary
1097  length of EOB code for last block 等于8
1099  如果header
1110  内存复制( & utput still pending [b of bytes in the pending buffer ], buf, len)
1111  b of bytes in the pending buffer 加等于len
调用者
名称描述
zlib_tr_stored_blockSend a stored block