Searched defs:inflate_codes_statef (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2712 typedef struct inflate_codes_state FAR inflate_codes_statef; typedef in typeref:struct:FAR
2714 local inflate_codes_statef *inflate_codes_new OF((
2725 inflate_codes_statef *,
3077 inflate_codes_statef
3449 inflate_codes_statef *c;
4122 local inflate_codes_statef *inflate_codes_new(bl, bd, tl, td, z)
4127 inflate_codes_statef *c;
4129 if ((c = (inflate_codes_statef *)
4158 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
4304 inflate_codes_statef *
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4115 typedef struct inflate_codes_state FAR inflate_codes_statef; typedef in typeref:struct:FAR
4117 extern inflate_codes_statef *inflate_codes_new OF((
4128 inflate_codes_statef *,
4179 inflate_codes_statef *codes;
4556 inflate_codes_statef *c;
5303 inflate_codes_statef *
5310 inflate_codes_statef *c;
5312 if ((c = (inflate_codes_statef *)
5342 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
5508 inflate_codes_statef *
[all...]

Completed in 82 milliseconds