Lines Matching refs:gz_stream
56 typedef struct gz_stream { struct
73 } gz_stream; argument
78 local int get_byte OF((gz_stream *s));
79 local void check_header OF((gz_stream *s));
80 local int destroy OF((gz_stream *s));
82 local uLong getLong OF((gz_stream *s));
102 gz_stream *s;
108 s = (gz_stream *)ALLOC(sizeof(gz_stream));
239 gz_stream *s = (gz_stream*)file;
262 gz_stream *s; in get_byte()
289 gz_stream *s; in check_header()
356 gz_stream *s; in destroy()
399 gz_stream *s = (gz_stream*)file;
519 gz_stream *s = (gz_stream*)file;
564 gz_stream *s = (gz_stream*)file;
711 gz_stream *s = (gz_stream*)file;
750 gz_stream *s = (gz_stream*)file;
772 gz_stream *s = (gz_stream*)file;
860 gz_stream *s = (gz_stream*)file;
894 gz_stream *s = (gz_stream*)file;
911 gz_stream *s = (gz_stream*)file;
936 gz_stream *s; in getLong()
956 gz_stream *s = (gz_stream*)file;
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
992 gz_stream *s = (gz_stream*)file;
1020 gz_stream *s = (gz_stream*)file;