Searched defs:inflate_blocks_state (Results 1 - 2 of 2) 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;
3048 struct inflate_blocks_state { struct
3241 (z,1,sizeof(struct inflate_blocks_state))) == Z_NULL)
3245 ZFREE(z, s, sizeof(struct inflate_blocks_state));
3527 ZFREE(z, s, sizeof(struct inflate_blocks_state));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3549 struct inflate_blocks_state;
3550 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
3590 struct inflate_blocks_state {int dummy; }; /* for buggy compilers */ struct
4163 struct inflate_blocks_state { struct
4329 (z, 1, sizeof (struct inflate_blocks_state))) == Z_NULL)

Completed in 87 milliseconds