函数逻辑报告 |
Source Code:lib\zlib_deflate\deflate.c |
Create Date:2022-07-27 07:55:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:deflate_fast
函数原型:static block_state deflate_fast(deflate_state *s, int flush)
返回类型:block_state
参数:
类型 | 参数 | 名称 |
---|---|---|
deflate_state * | s | |
int | flush |
917 | hash_head等于Local data |
920 | 循环 |
931 | 如果umber of valid bytes ahead in window 恒等于0则退出 |
950 | length of best match 等于longest_match(s, hash_head) |
954 | 如果length of best match 大于等于The three kinds of block type 则 |
957 | bflush等于zlib_tr_tally(s, start of string to insert - start of matching string , length of best match - The three kinds of block type ) |
967 | length of best match 自减 |
968 | 循环 |
969 | start of string to insert 自加 |
974 | 当length of best match 先自减不等于0循环 |
975 | start of string to insert 自加 |
976 | 否则 |
978 | length of best match 等于0 |
988 | 否则 |
991 | bflush等于zlib_tr_tally(s, 0, window[start of string to insert ]) |
993 | start of string to insert 自加 |
995 | 如果bflush则 |
998 | 返回:如果flush恒等于Z_FINISH则finish_done否则lock flush performed |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |