Function report |
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 activity | Download SCCT | Chinese |
Name:deflate_stored
Proto:static block_state deflate_stored(deflate_state *s, int flush)
Type:block_state
Parameter:
| Type | Parameter | Name |
|---|---|---|
| deflate_state * | s | |
| int | flush |
| 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 |
| 871 | If umber of valid bytes ahead in window <= 1 Then |
| 877 | If umber of valid bytes ahead in window == 0 && flush == constants Then Return lock not completed, need more input or more output |
| 879 | If umber of valid bytes ahead in window == 0 Then Break |
| 888 | If start of string to insert == 0 || start of string to insert >= max_start Then |
| 902 | Return If flush == Z_FINISH Then finish_done Else lock flush performed |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |