Home
last modified time | relevance | path

Searched refs:inflate_blocks_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2608 struct inflate_blocks_state;
2609 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
3055 struct inflate_blocks_state { struct
3248 (z,1,sizeof(struct inflate_blocks_state))) == Z_NULL)
3252 ZFREE(z, s, sizeof(struct inflate_blocks_state));
3537 ZFREE(z, s, sizeof(struct inflate_blocks_state));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3547 struct inflate_blocks_state;
3548 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
3588 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ struct
4161 struct inflate_blocks_state { struct
4327 (z, 1, sizeof (struct inflate_blocks_state))) == Z_NULL)
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1452 - define enum out of inflate_blocks_state to allow compilation with C++