Home
last modified time | relevance | path

Searched defs:inflate_codes_state (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/lib/zlib_inflate/
Dinfutil.h155 struct inflate_codes_state { struct
158 inflate_codes_mode mode; /* current inflate_codes mode */
161 uInt len;
185 inflate_codes_statef working_state; argument
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c1639 struct inflate_codes_state { struct
1642 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */
1653 mode; /* current inflate_codes mode */
1678 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) in inflate_codes_new() argument
1686 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL) argument
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1623 struct inflate_codes_state { struct
1626 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */
1637 mode; /* current inflate_codes mode */
1662 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) in inflate_codes_new() argument
1670 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL) argument