/third_party/node/deps/zlib/ |
H A D | zlib.h | 103 for deflate, or the decoding state for inflate */ 175 /* Allowed flush values; see deflate() and inflate() below for details */ 381 the caller. In the current version of inflate, the provided input is not 383 the first call of inflate (if the decompression does not complete on the 393 Actual decompression will be done by inflate(). So next_in, and avail_in, 396 that is deferred until inflate() is called. 400 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); 402 inflate decompresses as much data as possible, and stops when the input 407 The detailed semantics are as follows. inflate performs one or both of the 414 inflate() [all...] |
H A D | gzread.c | 67 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 74 a user buffer. If decompressing, the inflate state will be initialized. 79 /* allocate read buffers and inflate memory */ in gz_look() 92 /* allocate inflate memory */ in gz_look() 164 /* get more input for inflate() */ in gz_decomp() 173 ret = inflate(strm, Z_NO_FLUSH); in gz_decomp() 176 "internal error: inflate stream corrupt"); in gz_decomp()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 89 a user buffer. If decompressing, the inflate state will be initialized. 96 /* allocate read buffers and inflate memory */ 109 /* allocate inflate memory */ 185 /* get more input for inflate() */ 194 ret = inflate(strm, Z_NO_FLUSH); 197 "internal error: inflate stream corrupt");
|
H A D | zlib.h | 103 for deflate, or the decoding state for inflate */ 175 /* Allowed flush values; see deflate() and inflate() below for details */ 382 the caller. In the current version of inflate, the provided input is not 384 the first call of inflate (if the decompression does not complete on the 393 Actual decompression will be done by inflate(). So next_in, and avail_in, 396 that is deferred until inflate() is called. 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 402 inflate decompresses as much data as possible, and stops when the input 407 The detailed semantics are as follows. inflate performs one or both of the 414 inflate() [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 92 /* Look for gzip header, set up for inflate or copy. state->have must be zero.
100 either the output buffer or a user buffer. If decompressing, the inflate
111 /* allocate read buffers and inflate memory */
126 /* allocate inflate memory */
132 if (inflateInit2(&(state->strm), -15) != Z_OK) { /* raw inflate */
244 /* get more input for inflate() */
253 ret = inflate(strm, Z_NO_FLUSH);
256 "internal error: inflate stream corrupt");
|
H A D | zlib.h | 171 /* Allowed flush values; see deflate() and inflate() below for details */
203 /* Possible values of the data_type field (though see inflate()) */
375 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
384 will be done by inflate(). (So next_in and avail_in may be modified, but
387 until inflate() is called.
391 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
393 inflate decompresses as much data as possible, and stops when the input
398 The detailed semantics are as follows. inflate performs one or both of the
404 resume at this point for the next call of inflate().
407 accordingly. inflate() provide [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | StreamConfigurationView.java | 146 inflater.inflate(R.layout.stream_config, this); in initializeViews()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 89 a user buffer. If decompressing, the inflate state will be initialized. 96 /* allocate read buffers and inflate memory */ 109 /* allocate inflate memory */ 185 /* get more input for inflate() */ 194 ret = inflate(strm, Z_NO_FLUSH); 197 "internal error: inflate stream corrupt");
|
H A D | zlib.h | 103 for deflate, or the decoding state for inflate */ 175 /* Allowed flush values; see deflate() and inflate() below for details */ 382 the caller. In the current version of inflate, the provided input is not 384 the first call of inflate (if the decompression does not complete on the 393 Actual decompression will be done by inflate(). So next_in, and avail_in, 396 that is deferred until inflate() is called. 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 402 inflate decompresses as much data as possible, and stops when the input 407 The detailed semantics are as follows. inflate performs one or both of the 414 inflate() [all...] |
/third_party/zlib/examples/ |
H A D | gzappend.c | 53 zlib 1.2.x's inflate() function. This option returns from inflate() at each 56 another required feature of zlib 1.2.x is that inflate() now provides the 309 /* inflate and check for errors */ in gzscan() 310 ret = inflate(strm, Z_BLOCK); in gzscan()
|
/third_party/zlib/ |
H A D | gzread.c | 81 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0. 88 a user buffer. If decompressing, the inflate state will be initialized. 94 /* allocate read buffers and inflate memory */ in gz_look() 107 /* allocate inflate memory */ in gz_look() 184 /* get more input for inflate() */ in gz_decomp() 195 ret = inflate(strm, Z_NO_FLUSH); in gz_decomp() 198 "internal error: inflate stream corrupt"); in gz_decomp()
|
H A D | zlib.h | 103 for deflate, or the decoding state for inflate */ 175 /* Allowed flush values; see deflate() and inflate() below for details */ 382 the caller. In the current version of inflate, the provided input is not 384 the first call of inflate (if the decompression does not complete on the 394 Actual decompression will be done by inflate(). So next_in, and avail_in, 397 that is deferred until inflate() is called. 401 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); 403 inflate decompresses as much data as possible, and stops when the input 408 The detailed semantics are as follows. inflate performs one or both of the 415 inflate() [all...] |
/third_party/zlib/test/ |
H A D | minigzip.c | 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 256 ret = inflate(strm, Z_NO_FLUSH); in gzread()
|
/third_party/ffmpeg/libavcodec/ |
H A D | lcldec.c | 147 zret = inflate(zstream, Z_FINISH); in zlib_decomp()
|
H A D | zmbv.c | 547 zret = inflate(zstream, Z_SYNC_FLUSH); in decode_frame() 549 av_log(avctx, AV_LOG_ERROR, "inflate error %d\n", zret); in decode_frame()
|
H A D | pngdec.c | 436 ret = inflate(zstream, Z_PARTIAL_FLUSH); in png_decode_idat() 438 av_log(s->avctx, AV_LOG_ERROR, "inflate returned error %d\n", ret); in png_decode_idat() 480 ret = inflate(zstream, Z_PARTIAL_FLUSH); in decode_zbuf()
|
/third_party/ffmpeg/libavformat/ |
H A D | swfdec.c | 134 ret = inflate(z, Z_NO_FLUSH); in zlib_refill()
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 145 CHECK_EQ(Z_STREAM_END, inflate(&strm, Z_FINISH)); in SendProtocolJson()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 813 zlibErr = inflate(&zstream, Z_SYNC_FLUSH); in UnzipWithInflatedFromMMap()
|
/third_party/curl/packages/OS400/ |
H A D | os400sys.c | 1018 ret = inflate(strm, flush); in Curl_os400_inflate()
|
/third_party/node/lib/ |
H A D | zlib.js | 931 inflate: createConvenienceMethod(Inflate, false),
|
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_core.c | 282 req->inflate = true; in vbg_balloon_inflate() 327 req->inflate = false; in vbg_balloon_deflate() 392 /* inflate */ in vbg_balloon_work()
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_core.c | 282 req->inflate = true; in vbg_balloon_inflate() 327 req->inflate = false; in vbg_balloon_deflate() 392 /* inflate */ in vbg_balloon_work()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_trie.c | 535 static struct key_vector *inflate(struct trie *t, in inflate() function 542 pr_debug("In inflate\n"); in inflate() 754 * child array will be doubled by inflate()) and multiplying 868 tp = inflate(t, tn); in resize() 880 /* update parent in case inflate failed */ in resize() 883 /* Return if at least one inflate is run */ in resize()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_trie.c | 536 static struct key_vector *inflate(struct trie *t, in inflate() function 543 pr_debug("In inflate\n"); in inflate() 755 * child array will be doubled by inflate()) and multiplying 869 tp = inflate(t, tn); in resize() 881 /* update parent in case inflate failed */ in resize() 884 /* Return if at least one inflate is run */ in resize()
|