Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4112 struct inflate_codes_state;
4113 typedef struct inflate_codes_state FAR inflate_codes_statef;
4239 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
5262 struct inflate_codes_state { struct
5311 ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL) argument
5528 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
5627 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2711 struct inflate_codes_state;
2712 typedef struct inflate_codes_state FAR inflate_codes_statef;
4093 struct inflate_codes_state { struct
4140 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL) argument
4321 ZFREE(z, c, sizeof(struct inflate_codes_state));