函数逻辑报告 |
Source Code:lib\zlib_inflate\inflate.c |
Create Date:2022-07-27 07:55:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Update the window with the last wsize (normally 32K) bytes written beforereturning. This is only called when a window is already in use, or whenoutput has been written during this inflate call, but the end of the deflatestream has not been reached yet
函数原型:static void zlib_updatewindow(z_streamp strm, unsigned out)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
z_streamp | strm | |
unsigned | out |
110 | 如果copy大于等于window size or zero if not using window 则 |
111 | 内存复制(allocated sliding window, if needed , next output byte should be put there - window size or zero if not using window , window size or zero if not using window ) |
112 | window write index 等于0 |
115 | 否则 |
118 | 内存复制(allocated sliding window, if needed + window write index , next output byte should be put there - copy, dist) |
120 | 如果copy则 |
122 | window write index 等于copy |
125 | 否则 |
名称 | 描述 |
---|---|
zlib_inflate | late() uses a state machine to process as much input data and generate asmuch output data as possible before returning |
zlib_inflateIncomp | This subroutine adds the data at next_in/avail_in to the output history* without performing any output. The output buffer must be "caught up";* i.e. no pending output but this should always be the case. The state must |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |