Searched defs:inflateBack (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/zlib/
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...]
H A Dmozzconf.h64 #define inflateBack MOZ_Z_inflateBack macro
H A Dzconf.h85 # define inflateBack z_inflateBack macro
/external/qemu/distrib/zlib-1.2.8/
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...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
/external/zlib/src/
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...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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...]
H A Dzconf.h95 # define inflateBack z_inflateBack macro
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...]
/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/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h35 # define inflateBack z_inflateBack macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h95 # define inflateBack z_inflateBack macro
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...]
/external/zlib/
H A Dzconf.h95 # define inflateBack z_inflateBack macro

Completed in 271 milliseconds