Function report |
Source Code:lib\zlib_deflate\deflate.c |
Create Date:2022-07-28 06:58:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zlib_deflateEnd
Proto:int zlib_deflateEnd(z_streamp strm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
z_streamp | strm |
472 | If (strm == NULL || not visible by applications == NULL) Then Return Z_STREAM_ERROR |
473 | s = not visible by applications |
475 | status = as the name implies |
476 | If status != All codes must not exceed MAX_BITS bits && status != BUSY_STATE && status != FINISH_STATE Then |
478 | Return Z_STREAM_ERROR |
481 | not visible by applications = NULL |
483 | Return If status == BUSY_STATE Then Z_DATA_ERROR Else Allowed flush values; see deflate() and inflate() below for details |
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 |