/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 468 /* input and output functions for inflateBack() */ 491 /* cover inflateBack() up to common deflate data cases and after those */ 501 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL); in cover_back() 504 std::cout << "inflateBack bad parameters" << std::endl;; in cover_back() 510 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 515 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 518 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 521 mem_done(&strm, "inflateBack bad state"); in cover_back() 525 std::cout << "inflateBack built-in memory routines" << std::endl;; in cover_back() 528 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */ [all...] |
/third_party/zlib/test/ |
H A D | infcover.c | 446 /* input and output functions for inflateBack() */ 470 /* cover inflateBack() up to common deflate data cases and after those */ 480 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL); in cover_back() 483 fputs("inflateBack bad parameters\n", stderr); in cover_back() 489 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back() 494 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back() 497 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back() 500 mem_done(&strm, "inflateBack bad state"); in cover_back() 504 fputs("inflateBack built-in memory routines\n", stderr); in cover_back() 507 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */ [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 109 #define inflateBack Cr_z_inflateBack macro
|
H A D | zconf.h | 114 # define inflateBack z_inflateBack macro
|
H A D | infback.c | 125 /* Macros for inflateBack(): */ 157 then return a Z_BUF_ERROR from inflateBack(). */ 170 /* Get a byte of input into the bit accumulator, or return from inflateBack() 181 not enough available input to do that, then return from inflateBack() with 208 if it's full. If the write fails, return from inflateBack() with a 229 inflateBack() needs more input, it calls in(). When inflateBack() has 232 change the provided input until in() is called again or inflateBack() 234 inflateBack() returns. 237 inflateBack() cal 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) inflateBack() function [all...] |
H A D | zlib.h | 1076 Initialize the internal stream state for decompression using inflateBack() 1086 See inflateBack() for the usage of these routines. 1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, 1102 inflateBack() does a raw inflate with a single call using a call-back 1107 buffers. inflateBack() trusts the application to not change the output 1108 buffer passed by the output function, at least until inflateBack() returns. 1112 inflateBack() may then be used multiple times to inflate a complete, raw 1124 inflateBack() uses two subroutines supplied by the caller that are then 1125 called by inflateBack() for input and output. inflateBack() call [all...] |
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 112 #define inflateBack Cr_z_inflateBack macro
|
H A D | zconf.h | 117 # define inflateBack z_inflateBack macro
|
H A D | zlib.h | 1078 Initialize the internal stream state for decompression using inflateBack() 1088 See inflateBack() for the usage of these routines. 1100 ZEXTERN int ZEXPORT inflateBack(z_streamp strm, 1104 inflateBack() does a raw inflate with a single call using a call-back 1109 buffers. inflateBack() trusts the application to not change the output 1110 buffer passed by the output function, at least until inflateBack() returns. 1114 inflateBack() may then be used multiple times to inflate a complete, raw 1126 inflateBack() uses two subroutines supplied by the caller that are then 1127 called by inflateBack() for input and output. inflateBack() call [all...] |
H A D | infback.c | 117 /* Macros for inflateBack(): */ 149 then return a Z_BUF_ERROR from inflateBack(). */ 162 /* Get a byte of input into the bit accumulator, or return from inflateBack() 173 not enough available input to do that, then return from inflateBack() with 200 if it's full. If the write fails, return from inflateBack() with a 221 inflateBack() needs more input, it calls in(). When inflateBack() has 224 change the provided input until in() is called again or inflateBack() 226 inflateBack() returns. 229 inflateBack() cal 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, inflateBack() function [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 109 #define inflateBack Cr_z_inflateBack macro
|
H A D | zconf.h | 114 # define inflateBack z_inflateBack macro
|
H A D | infback.c | 125 /* Macros for inflateBack(): */ 157 then return a Z_BUF_ERROR from inflateBack(). */ 170 /* Get a byte of input into the bit accumulator, or return from inflateBack() 181 not enough available input to do that, then return from inflateBack() with 208 if it's full. If the write fails, return from inflateBack() with a 229 inflateBack() needs more input, it calls in(). When inflateBack() has 232 change the provided input until in() is called again or inflateBack() 234 inflateBack() returns. 237 inflateBack() cal 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) inflateBack() function [all...] |
H A D | zlib.h | 1074 Initialize the internal stream state for decompression using inflateBack() 1084 See inflateBack() for the usage of these routines. 1096 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, 1100 inflateBack() does a raw inflate with a single call using a call-back 1105 buffers. inflateBack() trusts the application to not change the output 1106 buffer passed by the output function, at least until inflateBack() returns. 1110 inflateBack() may then be used multiple times to inflate a complete, raw 1122 inflateBack() uses two subroutines supplied by the caller that are then 1123 called by inflateBack() for input and output. inflateBack() call [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 83 # define inflateBack z_inflateBack
macro
|
H A D | infback.c | 116 /* Macros for inflateBack(): */
148 then return a Z_BUF_ERROR from inflateBack(). */
161 /* Get a byte of input into the bit accumulator, or return from inflateBack()
172 not enough available input to do that, then return from inflateBack() with
199 if it's full. If the write fails, return from inflateBack() with a
220 inflateBack() needs more input, it calls in(). When inflateBack() has
223 change the provided input until in() is called again or inflateBack()
225 inflateBack() returns.
228 inflateBack() cal 241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) inflateBack() function [all...] |
H A D | zlib.h | 480 instead use raw inflate, see inflateInit2() below, or inflateBack() and
952 Initialize the internal stream state for decompression using inflateBack()
962 See inflateBack() for the usage of these routines.
973 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
977 inflateBack() does a raw inflate with a single call using a call-back
982 the output function, at least until inflateBack() returns.
986 inflateBack() may then be used multiple times to inflate a complete, raw
998 inflateBack() uses two subroutines supplied by the caller that are then
999 called by inflateBack() for input and output. inflateBack() call [all...] |
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack() function 209 function inflateBack; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 105 # define inflateBack z_inflateBack macro
|
H A D | infback.c | 117 /* Macros for inflateBack(): */ 149 then return a Z_BUF_ERROR from inflateBack(). */ 162 /* Get a byte of input into the bit accumulator, or return from inflateBack() 173 not enough available input to do that, then return from inflateBack() with 200 if it's full. If the write fails, return from inflateBack() with a 221 inflateBack() needs more input, it calls in(). When inflateBack() has 224 change the provided input until in() is called again or inflateBack() 226 inflateBack() returns. 229 inflateBack() cal 242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, inflateBack() function [all...] |
H A D | zlib.h | 1079 Initialize the internal stream state for decompression using inflateBack() 1089 See inflateBack() for the usage of these routines. 1101 ZEXTERN int ZEXPORT inflateBack(z_streamp strm, 1105 inflateBack() does a raw inflate with a single call using a call-back 1110 buffers. inflateBack() trusts the application to not change the output 1111 buffer passed by the output function, at least until inflateBack() returns. 1115 inflateBack() may then be used multiple times to inflate a complete, raw 1127 inflateBack() uses two subroutines supplied by the caller that are then 1128 called by inflateBack() for input and output. inflateBack() call [all...] |
/third_party/zlib/examples/ |
H A D | gun.c | 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack() 7 1.0 16 Feb 2003 First version for testing of inflateBack() 69 #include "zlib.h" /* inflateBackInit(), inflateBack(), */ 475 ret = inflateBack(strm, in, indp, out, &outd); in gunpipe() 541 an empty string, write to stdout. strm is a pre-initialized inflateBack 638 /* initialize inflateBack state for repeated use */ in main()
|