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

/freebsd-10.1-release/sys/kern/
H A Dinflate.c137 inflate_codes() (define ASM_INFLATECODES)
278 static int inflate_codes(struct inflate *, struct huft *, struct huft *, int, int);
640 inflate_codes(glbl, tl, td, bl, bd) function
820 return inflate_codes(glbl, glbl->gz_fixed_tl, glbl->gz_fixed_td, glbl->gz_fixed_bl, glbl->gz_fixed_bd) != 0;
960 if (inflate_codes(glbl, tl, td, bl, bd))
/freebsd-10.1-release/sys/net/
H A Dzlib.c3516 extern int inflate_codes OF((
3972 if ((r = inflate_codes(s, z, r)) != Z_STREAM_END)
3989 Assert(k < 16, "inflate_codes grabbed too many bytes")
4640 mode; /* current inflate_codes mode */
4687 int inflate_codes(s, z, r) function

Completed in 116 milliseconds