Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_deflate\deflate.c Create Date:2022-07-28 06:58:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:deflate_stored

Proto:static block_state deflate_stored(deflate_state *s, int flush)

Type:block_state

Parameter:

TypeParameterName
deflate_state *s
intflush
861  max_block_size = 0xffff
864  If max_block_size > size of pending_buf - 5 Then
865  max_block_size = size of pending_buf - 5
869  cycle
879  If umber of valid bytes ahead in window == 0 Then Break