Searched refs:inflateInit2 (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 296 ret = inflateInit2(&strm, win); in inf() 416 ret = inflateInit2(&strm, -8); in cover_wrap() 534 ret = inflateInit2(&strm, err < 0 ? 47 : -15); in try()
|
| H A D | minigzip.c | 216 ret = inflateInit2(&(gz->strm), 15 + 16);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 136 error = decomp ? inflateInit2(&zbuf, window_inflate) : in deflate_global()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.c | 237 rc = inflateInit2(p_hwfn->stream, MAX_WBITS); in qede_unzip_data()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 118 # define inflateInit2 z_inflateInit2 macro
|
| H A D | zconf.h.in | 112 # define inflateInit2 z_inflateInit2 macro 264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
| H A D | gzread.c | 118 if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */
|
| H A D | ChangeLog | 23 - Fix inflateInit2() bug when windowBits is 16 or 32 507 - Use zlib header window size if windowBits is 0 in inflateInit2() 547 - Add inflateReset2() function to work like inflateEnd()/inflateInit2() 660 - Improve inflateInit() and inflateInit2() documentation 675 - Correct inflateInit2() error return documentation in zlib.h 912 - Be more strict when checking inflateInit2's windowBits parameter 1216 inflateInit2 1366 - clear z->msg in inflateInit2 before any error return 1506 - added inflateInit2 1509 and inflateInit2.
|
| H A D | zlib.h | 1804 # define inflateInit2(strm, windowBits) \ macro
|
| H A D | FAQ | 150 gzip format using inflateInit2(). Read zlib.h for more details.
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 305 if (inflateInit2(strm, wbits) != Z_OK) { in zlib_set_stream_parameters()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 221 ret = inflateInit2(&(gz->strm), 15 + 16);
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 267 if ((res = inflateInit2(&priv->cx, in ng_deflate_rcvmsg()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 315 rc = inflateInit2(&ctx->zstream, MAX_WBITS + 16); in ngx_http_gunzip_filter_inflate_start()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 126 if (inflateInit2(&(state.state->strm), 15 + 16) != Z_OK) { /* gunzip */
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 2189 if (inflateInit2(&strm, 15 /* maxWindowLogSize */ + 16 /* gzip only */) != Z_OK) in FIO_decompressGzFrame()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 596 ret = inflateInit2(&stream, window_bits); in decompress_zlib()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 11694 ret = inflateInit2(&zlib_stream, -MAX_WBITS);
|