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

/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;
4083 struct inflate_codes_state { struct
4130 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
4307 ZFREE(z, c, sizeof(struct inflate_codes_state));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4114 struct inflate_codes_state;
4115 typedef struct inflate_codes_state FAR inflate_codes_statef;
4241 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
5264 struct inflate_codes_state { struct
5313 ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL)
5530 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct
5629 struct inflate_codes_state {int dummy; }; /* for buggy compilers */ struct

Completed in 258 milliseconds