Searched refs:inflate (Results 101 - 108 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.c105 z_stream stream; /* zLib stream structure for inflate */
1145 * Note that in this case inflate *requires* an extra "dummy" byte
1352 err=inflate(&pfile_in_zip_read_info->stream,flush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c0 /* inflate.c -- zlib decompression
10 * - First version -- complete rewrite of inflate to simplify code, avoid
13 * improve code readability and style over the previous zlib inflate code
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
39 * buffer and bit count in inflate()--for speed when inflate_fast() not used
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
53 * source file infback.c to provide a call-back interface to inflate fo
554 int ZEXPORT inflate(strm, flush) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c1214 z_ret = inflate(ctxt->strm, Z_NO_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c1212 z_ret = inflate(ctxt->strm, Z_NO_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskadec.c907 result = inflate(&zstream, Z_NO_FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c28 #define inflate inflate_ppp /* FreeBSD already has an inflate :-( */ macro
1849 * reconstructed from the lengths in the inflate process, as described
2155 s->last_eob_len = 8; /* enough lookahead for inflate */
2647 * Send one empty static block to give enough lookahead for inflate.
2649 * The current inflate code requires 9 bits of lookahead. If the
2651 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
2971 s->last_eob_len = 8; /* enough lookahead for inflate */
2989 /* +++ inflate.c */
2990 /* inflate
3191 int inflate(z, f) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/wl/config/
H A Dwl.mk2080 WLFILES_SRC_HI += src/shared/zlib/inflate.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1454 * reconstructed from the lengths in the inflate process, as described
1756 s->last_eob_len = 8; /* enough lookahead for inflate */
2249 * Send one empty static block to give enough lookahead for inflate.
2251 * The current inflate code requires 9 bits of lookahead. If the EOB
2252 * code for the previous block was coded on 5 bits or less, inflate
2579 s->last_eob_len = 8; /* enough lookahead for inflate */
2730 /* inflate.c -- zlib interface to inflate modules
2735 /* inflate private state */
2749 mode; /* current inflate mod
2858 int inflate(z, f) function
[all...]

Completed in 262 milliseconds

12345