gz_stream
static int get_header(gz_stream *, char *, int);
static int get_byte(gz_stream *);
gz_stream *s;
if ((s = calloc(1, sizeof(gz_stream))) == NULL)
get_byte(gz_stream *s)
get_int32(gz_stream *s)
get_header(gz_stream *s, char *name, int gotmagic)
gz_stream *s = (gz_stream*)cookie;
put_int32(gz_stream *s, u_int32_t x)
put_header(gz_stream *s, char *name, u_int32_t mtime, int bits)
gz_stream *s;
if ((s = calloc(1, sizeof(gz_stream))) == NULL)
gz_stream *s = (gz_stream*)cookie;
gz_stream *s = (gz_stream*)cookie;
gz_stream *s = (gz_stream*)cookie;
static u_int32_t get_int32(gz_stream *);