Searched refs:inflate_codes (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c149 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
546 STATIC int INIT inflate_codes( function
770 if (inflate_codes(tl, td, bl, bd)) {
964 if (inflate_codes(tl, td, bl, bd)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c150 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
519 STATIC int inflate_codes(tl, td, bl, bd) function
726 if (inflate_codes(tl, td, bl, bd))
901 if (inflate_codes(tl, td, bl, bd))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c91 /* private data of inflate_codes() */
486 static int inflate_codes(STATE_PARAM_ONLY) function
501 bb_error_msg_and_die("inflate_codes error 1");
540 bb_error_msg_and_die("inflate_codes error 2");
594 /* normally just after call to inflate_codes, but save code by putting it here */
657 /* Return values: -1 = inflate_stored, -2 = inflate_codes */
764 inflate_codes_setup(PASS_STATE tl, td, bl, bd); // Setup inflate_codes
766 /* huft_free code moved into inflate_codes */
920 inflate_codes_setup(PASS_STATE tl, td, bl, bd); // Setup inflate_codes
922 /* huft_free code moved into inflate_codes */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c2719 local int inflate_codes OF((
3479 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
3496 Assert(k < 16, "inflate_codes grabbed too many bytes")
4097 mode; /* current inflate_codes mode */
4143 local int inflate_codes(s, z, r) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3507 extern int inflate_codes OF((
3959 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
3976 Assert(k < 16, "inflate_codes grabbed too many bytes")
4627 mode; /* current inflate_codes mode */
4674 int inflate_codes(s, z, r) function

Completed in 132 milliseconds