ZLIB
Loading...
Searching...
No Matches
gzFile Struct Reference

Semi-opaque gzip file descriptor structure. More...

#include <zlib.h>

Data Fields

unsigned have
 
unsigned char * next
 
z_off64_t pos
 

Detailed Description

Semi-opaque gzip file descriptor structure.

Note that the real internal state is much larger than the exposed structure. This abbreviated structure exposes just enough for the gzgetc () macro.The user should not mess with these exposed elements, since their names or behavior could change in the future, perhaps even capriciously.They can only be used by the gzgetc () macro.You have been warned.


The documentation for this struct was generated from the following file: