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

Name:deflate_slow

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

Type:block_state

Parameter:

TypeParameterName
deflate_state *s
intflush
1011  hash_head = Local data
1015  cycle
1026  If umber of valid bytes ahead in window == 0 Then Break
1038  prev_length = length of best match , previous match = start of matching string
1039  length of best match = The three kinds of block type - 1
1080  prev_length -= 2
1081  Do
1085  When --prev_length != 0 cycle
1090  If bflush Then
1092  Else if set if previous match exists Then
1104  Else