Searched refs:inflateBack (Results 1 - 25 of 25) 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/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h35 # define inflateBack z_inflateBack macro
H A Dzlib.h443 inflateBack() and perform their own processing of the gzip header and
859 Initialize the internal stream state for decompression using inflateBack()
869 See inflateBack() for the usage of these routines.
880 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
884 inflateBack() does a raw inflate with a single call using a call-back
889 the output function, at least until inflateBack() returns.
893 inflateBack() may then be used multiple times to inflate a complete, raw
905 inflateBack() uses two subroutines supplied by the caller that are then
906 called by inflateBack() for input and output. inflateBack() call
[all...]
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h64 #define inflateBack MOZ_Z_inflateBack macro
H A Dzconf.h85 # define inflateBack z_inflateBack macro
H A Dzlib.h485 instead use raw inflate, see inflateInit2() below, or inflateBack() and
957 Initialize the internal stream state for decompression using inflateBack()
967 See inflateBack() for the usage of these routines.
978 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
982 inflateBack() does a raw inflate with a single call using a call-back
987 the output function, at least until inflateBack() returns.
991 inflateBack() may then be used multiple times to inflate a complete, raw
1003 inflateBack() uses two subroutines supplied by the caller that are then
1004 called by inflateBack() for input and output. inflateBack() call
[all...]
H A Dinfback.c116 /* 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) function
[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.h54 #define inflateBack FPDFAPI_inflateBack macro
547 instead use raw inflate, see inflateInit2() below, or inflateBack() and
1067 Initialize the internal stream state for decompression using inflateBack()
1077 See inflateBack() for the usage of these routines.
1089 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1093 inflateBack() does a raw inflate with a single call using a call-back
1098 buffers. inflateBack() trusts the application to not change the output
1099 buffer passed by the output function, at least until inflateBack() returns.
1103 inflateBack() may then be used multiple times to inflate a complete, raw
1115 inflateBack() use
[all...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h58 #define inflateBack FPDFAPI_inflateBack macro
551 instead use raw inflate, see inflateInit2() below, or inflateBack() and
1071 Initialize the internal stream state for decompression using inflateBack()
1081 See inflateBack() for the usage of these routines.
1093 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
1097 inflateBack() does a raw inflate with a single call using a call-back
1102 buffers. inflateBack() trusts the application to not change the output
1103 buffer passed by the output function, at least until inflateBack() returns.
1107 inflateBack() may then be used multiple times to inflate a complete, raw
1119 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/qemu/distrib/zlib-1.2.8/
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 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/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 1276 milliseconds