函数逻辑报告 |
Source Code:lib\zlib_deflate\deflate.c |
Create Date:2022-07-27 07:55:50 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Compression function. Returns the block state after the call.
函数原型:static void fill_window(deflate_state *s)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| deflate_state * | s |
| 742 | 循环 |
| 746 | 如果more恒等于0且start of string to insert 恒等于0且umber of valid bytes ahead in window 恒等于0则 |
| 749 | 否则如果more恒等于负1则 |
| 753 | more自减 |
| 762 | start of matching string 减等于wsize |
| 763 | start of string to insert 减等于wsize |
| 773 | p等于Heads of the hash chains or NIL. [n] |
| 774 | 循环 |
| 780 | p等于Actual size of window: 2*wSize, except when the user input buffer* is directly used as sliding window.[n] |
| 781 | 循环 |
| 790 | 如果 number of bytes available at next_in 恒等于0则返回 |
| 805 | n等于read_buf(pointer back to this zlib stream , window + start of string to insert + umber of valid bytes ahead in window , more) |
| 820 | 当umber of valid bytes ahead in window 小于Matches of length 3 are discarded if their distance exceeds TOO_FAR 且 number of bytes available at next_in 不等于0循环 |
| 名称 | 描述 |
|---|---|
| deflate_stored | |
| deflate_fast | |
| deflate_slow |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |