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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzconf.h35 # define inflateBack z_inflateBack macro
H A Dzconf.in.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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzconf.h35 # define inflateBack z_inflateBack macro
H A Dzconf.in.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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
173 function inflateBack; external; function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; function
173 function inflateBack; external; function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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()
65 #include "zlib.h" /* inflateBackInit(), inflateBack(), */
466 ret = inflateBack(strm, in, indp, out, &outd);
532 an empty string, write to stdout. strm is a pre-initialized inflateBack
629 /* initialize inflateBack state for repeated use */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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()
65 #include "zlib.h" /* inflateBackInit(), inflateBack(), */
466 ret = inflateBack(strm, in, indp, out, &outd);
532 an empty string, write to stdout. strm is a pre-initialized inflateBack
629 /* initialize inflateBack state for repeated use */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc291 D inflateBack PR 10I 0 extproc('inflateBack')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc291 D inflateBack PR 10I 0 extproc('inflateBack')

Completed in 251 milliseconds