Searched refs:inflateBack (Results 1 - 16 of 16) sorted by relevance

/external/zlib/src/test/
H A Dinfcover.c446 /* input and output functions for inflateBack() */
469 /* cover inflateBack() up to common deflate data cases and after those */
479 ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL);
482 fputs("inflateBack bad parameters\n", stderr);
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
499 mem_done(&strm, "inflateBack bad state");
503 fputs("inflateBack built-in memory routines\n", stderr);
506 /* do a raw inflate of data in hexadecimal with both inflate and inflateBack */
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
209 function inflateBack; external; function
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h55 #define inflateBack FPDFAPI_inflateBack macro
552 instead use raw inflate, see inflateInit2() below, or inflateBack() and
1072 Initialize the internal stream state for decompression using inflateBack()
1082 See inflateBack() for the usage of these routines.
1094 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1098 inflateBack() does a raw inflate with a single call using a call-back
1103 buffers. inflateBack() trusts the application to not change the output
1104 buffer passed by the output function, at least until inflateBack() returns.
1108 inflateBack() may then be used multiple times to inflate a complete, raw
1120 inflateBack() use
[all...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h59 #define inflateBack FPDFAPI_inflateBack macro
556 instead use raw inflate, see inflateInit2() below, or inflateBack() and
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() use
[all...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
H A Dfx_zlib_infback.c125 /* 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( function
[all...]
/external/zlib/src/
H A Dzconf.h95 # define inflateBack z_inflateBack macro
H A Dzlib.h487 instead use raw inflate, see inflateInit2() below, or inflateBack() and
1007 Initialize the internal stream state for decompression using inflateBack()
1017 See inflateBack() for the usage of these routines.
1029 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1033 inflateBack() does a raw inflate with a single call using a call-back
1038 buffers. inflateBack() trusts the application to not change the output
1039 buffer passed by the output function, at least until inflateBack() returns.
1043 inflateBack() may then be used multiple times to inflate a complete, raw
1055 inflateBack() uses two subroutines supplied by the caller that are then
1056 called by inflateBack() fo
[all...]
H A Dzconf.h.cmakein97 # define inflateBack z_inflateBack
H A Dzconf.h.in95 # define inflateBack z_inflateBack
H A Dinfback.c125 /* 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) function
[all...]
/external/zlib/
H A Dzconf.h95 # define inflateBack z_inflateBack macro
H A Dzlib.h487 instead use raw inflate, see inflateInit2() below, or inflateBack() and
1007 Initialize the internal stream state for decompression using inflateBack()
1017 See inflateBack() for the usage of these routines.
1029 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1033 inflateBack() does a raw inflate with a single call using a call-back
1038 buffers. inflateBack() trusts the application to not change the output
1039 buffer passed by the output function, at least until inflateBack() returns.
1043 inflateBack() may then be used multiple times to inflate a complete, raw
1055 inflateBack() uses two subroutines supplied by the caller that are then
1056 called by inflateBack() fo
[all...]
/external/zlib/src/examples/
H A Dgun.c1 /* 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);
541 an empty string, write to stdout. strm is a pre-initialized inflateBack
638 /* initialize inflateBack state for repeated use */
/external/zlib/src/as400/
H A Dzlib.inc398 D inflateBack PR 10I 0 extproc('inflateBack')

Completed in 310 milliseconds