Searched refs:inflateInit2 (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcontent_encoding.c150 if(inflateInit2(z, -MAX_WBITS) != Z_OK) {
292 if(inflateInit2(z, MAX_WBITS+32) != Z_OK) {
299 if(inflateInit2(z, -MAX_WBITS) != Z_OK) {
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h107 /* Maximum value for windowBits in deflateInit2 and inflateInit2 */
557 extern int inflateInit2 OF((z_stream *strm,
583 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
586 inflateInit2 does not perform any decompression: this will be done by
609 The stream will keep attributes that may have been set by inflateInit2.
H A Ddeflate.c172 if (inflateInit2(&state->strm, -w_size) != Z_OK) {
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmkhelp.pl197 if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
/macosx-10.10/zlib-55/zlib/examples/
H A Dzran.c155 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */
269 ret = inflateInit2(&strm, -15); /* raw inflate */
H A Dgzjoin.c60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
304 ret = inflateInit2(&strm, -15);
H A Dgzappend.c284 ret = inflateInit2(strm, -15);
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.cpp144 return inflateInit2(m_stream.get(), -m_windowBits) == Z_OK;
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_gzip.c296 ret = inflateInit2(&(state->stream),
H A Darchive_read_support_format_zip.c670 r = inflateInit2(&zip->stream,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h531 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
545 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
547 memLevel). msg is set to null if there is no error message. inflateInit2
591 The stream will keep attributes that may have been set by inflateInit2.
877 #define inflateInit2(strm, windowBits) \ macro
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c134 if (inflateInit2(&inflate_stream, deflate_window_in)) {
138 printf("ipcomp_algorithm_lookup: inflateInit2 failed.\n");
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas101 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
204 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
/macosx-10.10/file-46/file/src/
H A Dcompress.c349 rc = inflateInit2(&z, -15);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h443 information should instead use raw inflate, see inflateInit2() below, or
695 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
729 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
731 is set to null if there is no error message. inflateInit2 does not perform
747 immediately after inflateInit2() or inflateReset() and before any call of
794 The stream will keep attributes that may have been set by inflateInit2.
808 should be used before the first inflate() call after inflateInit2() or
821 inflateInit2() or inflateReset(), and before the first call of inflate().
1339 #define inflateInit2(strm, windowBits) \ macro
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h471 information should instead use raw inflate, see inflateInit2() below, or
723 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
757 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
759 is set to null if there is no error message. inflateInit2 does not perform
775 immediately after inflateInit2() or inflateReset() and before any call of
822 The stream will keep attributes that may have been set by inflateInit2.
836 should be used before the first inflate() call after inflateInit2() or
849 inflateInit2() or inflateReset(), and before the first call of inflate().
1370 #define inflateInit2(strm, windowBits) \ macro
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
261 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
/macosx-10.10/rsync-45/rsync/
H A Dtoken.c324 if (inflateInit2(&rx_strm, -15) != Z_OK) {
/macosx-10.10/sudo-73/src/zlib/
H A Dgzread.c106 if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */
H A Dzlib.h482 initializing with inflateInit2(). Any information contained in the gzip
484 instead use raw inflate, see inflateInit2() below, or inflateBack() and
767 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
804 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
808 there is no error message. inflateInit2 does not perform any decompression
812 of inflateInit2() does not process any header information -- that is
878 stream will keep attributes that may have been set by inflateInit2.
889 the same as it is for inflateInit2.
904 should be used before the first inflate() call after inflateInit2() or
950 inflateInit2() o
1632 #define inflateInit2 macro
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dgzread.c132 if (inflateInit2(&(state->strm), -15) != Z_OK) { /* raw inflate */
H A Dzlib.h483 initializing with inflateInit2(). Any information contained in the gzip
485 instead use raw inflate, see inflateInit2() below, or inflateBack() and
740 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
777 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
781 there is no error message. inflateInit2 does not perform any decompression
785 of inflateInit2() does not process any header information -- that is
799 immediately after inflateInit2() or inflateReset() and before any call of
846 stream will keep attributes that may have been set by inflateInit2.
858 the same as it is for inflateInit2.
873 should be used before the first inflate() call after inflateInit2() o
1567 #define inflateInit2 macro
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxzlib.c381 if (inflateInit2(&(state->zstrm), -15) != Z_OK) {/* raw inflate */
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_deflate.c977 zRC = inflateInit2(&ctx->stream, c->windowSize);
984 "inflateInit2 returned %d: URL %s",
1252 zRC = inflateInit2(&ctx->stream, c->windowSize);
1259 "inflateInit2 returned %d: URL %s",
/macosx-10.10/curl-83.1.2/curl/packages/OS400/
H A Dos400sys.c1509 ret = inflateInit2(strm, windowBits);

Completed in 150 milliseconds

12