Searched defs:inflate_codes_state (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4241 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ argument 5264 struct inflate_codes_state { struct 5267 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */ 5278 mode; /* current inflate_codes mode */ 5303 inflate_codes_statef * argument 5313 ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL) argument 5530 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct 5629 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4083 struct inflate_codes_state { struct 4086 enum { /* waiting for "i:"=input, "o:"=output, "x:"=nothing */ 4097 mode; /* current inflate_codes mode */ 4122 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z) in inflate_codes_new() argument 4130 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL) argument
|