函数逻辑报告 |
Source Code:lib\zlib_deflate\deflate.c |
Create Date:2022-07-27 07:55:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:deflate_stored
函数原型:static block_state deflate_stored(deflate_state *s, int flush)
返回类型:block_state
参数:
类型 | 参数 | 名称 |
---|---|---|
deflate_state * | s | |
int | flush |
861 | max_block_size等于0xffff |
864 | 如果max_block_size大于size of pending_buf 减5则 |
865 | max_block_size等于size of pending_buf 减5 |
869 | 循环 |
871 | 如果umber of valid bytes ahead in window 小于等于1则 |
877 | 如果umber of valid bytes ahead in window 恒等于0且flush恒等于constants 则返回:lock not completed, need more input or more output |
879 | 如果umber of valid bytes ahead in window 恒等于0则退出 |
888 | 如果start of string to insert 恒等于0或start of string to insert 大于等于max_start则 |
902 | 返回:如果flush恒等于Z_FINISH则finish_done否则lock flush performed |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |