Lines Matching refs:gz_stream
3634 typedef struct gz_stream {
3657 } gz_stream;
3661 local int get_byte OF((gz_stream *s));
3662 local void check_header OF((gz_stream *s));
3663 local int destroy OF((gz_stream *s));
3664 local uLong getLong OF((gz_stream *s));
3684 gz_stream *s;
3690 s = (gz_stream *)ALLOC(sizeof(gz_stream));
3823 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
3828 gz_stream *s;
3846 Check the gzip header of a gz_stream opened for reading. Set the stream
3855 gz_stream *s;
3934 * Cleanup then free the given gz_stream. Return a zlib error code.
3938 gz_stream *s;
3985 gz_stream *s = (gz_stream*)file;
4102 Reads a long in LSB order from the given gz_stream. Sets z_err in case
4106 gz_stream *s;