Home
last modified time | relevance | path

Searched refs:inflateReset2 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/zlib/examples/
H A Dzran.c215 ret = inflateReset2(&strm, GZIP); in deflate_index_build()
432 inflateReset2(&strm, GZIP); in deflate_index_extract()
448 inflateReset2(&strm, RAW); in deflate_index_extract()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h125 #define inflateReset2 Cr_z_inflateReset2 macro
H A Dzconf.h130 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h969 ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
978 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() function
231 state->mode = HEAD; /* to pass state test in inflateReset2() */
233 ret = inflateReset2(strm, windowBits);
/third_party/node/deps/zlib/
H A Dchromeconf.h128 #define inflateReset2 Cr_z_inflateReset2 macro
H A Dzconf.h133 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h971 ZEXTERN int ZEXPORT inflateReset2(z_streamp strm,
980 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2() function
209 state->mode = HEAD; /* to pass state test in inflateReset2() */ in inflateInit2_()
211 ret = inflateReset2(strm, windowBits); in inflateInit2_()
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h125 #define inflateReset2 Cr_z_inflateReset2 macro
H A Dzconf.h130 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h967 ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
976 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() function
230 state->mode = HEAD; /* to pass state test in inflateReset2() */
232 ret = inflateReset2(strm, windowBits);
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h94 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h847 ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
854 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c130 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() function
193 ret = inflateReset2(strm, windowBits);
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer; in inflateReset2() function
220 function inflateReset2; external; function
/third_party/zlib/
H A Dzconf.h121 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h972 ZEXTERN int ZEXPORT inflateReset2(z_streamp strm,
981 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c142 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2() function
210 state->mode = HEAD; /* to pass state test in inflateReset2() */ in inflateInit2_()
211 ret = inflateReset2(strm, windowBits); in inflateInit2_()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc366 ret = inflateReset2(&strm, -8); assert(ret == Z_OK); in inf()
/third_party/zlib/test/
H A Dinfcover.c344 ret = inflateReset2(&strm, -8); assert(ret == Z_OK); in inf()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c159 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() function
232 state->mode = HEAD; /* to pass state test in inflateReset2() */
234 ret = inflateReset2(strm, windowBits);
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c142 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2() function
210 state->mode = HEAD; /* to pass state test in inflateReset2() */ in inflateInit2_()
212 ret = inflateReset2(strm, windowBits); in inflateInit2_()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() function
231 state->mode = HEAD; /* to pass state test in inflateReset2() */
233 ret = inflateReset2(strm, windowBits);

Completed in 38 milliseconds

12