Go to the source code of this file.
|
int gz_load | OF ((gz_statep, unsigned char *, unsigned, unsigned *)) |
|
int gz_avail | OF ((gz_statep)) |
|
int gz_skip | OF ((gz_statep, z_off64_t)) |
|
z_size_t gz_read | OF ((gz_statep, voidp, z_size_t)) |
|
int | gz_load (gz_statep state, unsigned char *buf, unsigned len, unsigned *have) |
|
int | gz_avail (gz_statep state) |
|
int | gz_look (gz_statep state) |
|
int | gz_decomp (gz_statep state) |
|
int | gz_fetch (gz_statep state) |
|
int | gz_skip (gz_statep state, z_off64_t len) |
|
z_size_t | gz_read (gz_statep state, voidp buf, z_size_t len) |
|
int ZEXPORT | gzread (gzFile file, voidp buf, unsigned len) |
|
z_size_t ZEXPORT | gzfread (voidp buf, z_size_t size, z_size_t nitems, gzFile file) |
|
int ZEXPORT | gzgetc (gzFile file) |
|
int ZEXPORT | gzgetc_ (gzFile file) |
|
int ZEXPORT | gzungetc (int c, gzFile file) |
|
char *ZEXPORT | gzgets (gzFile file, char *buf, int len) |
|
int ZEXPORT | gzdirect (gzFile file) |
|
int ZEXPORT | gzclose_r (gzFile file) |
|
◆ gz_avail()
◆ gz_decomp()
◆ gz_fetch()
◆ gz_load()
int gz_load |
( |
gz_statep |
state, |
|
|
unsigned char * |
buf, |
|
|
unsigned |
len, |
|
|
unsigned * |
have |
|
) |
| |
◆ gz_look()
◆ gz_read()
◆ gz_skip()
◆ gzclose_r()
◆ gzdirect()
◆ gzfread()
◆ gzgetc()
◆ gzgetc_()
◆ gzgets()
◆ gzread()
◆ gzungetc()
◆ OF() [1/4]
◆ OF() [2/4]
◆ OF() [3/4]
◆ OF() [4/4]