Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4239 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ argument
5262 struct inflate_codes_state { struct
5265 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */
5276 mode; /* current inflate_codes mode */
5301 inflate_codes_statef * argument
5311 ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL) argument
5528 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ argument
5627 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4093 struct inflate_codes_state { struct
4096 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */
4107 mode; /* current inflate_codes mode */
4132 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) in inflate_codes_new() argument
4140 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL) argument