Home | History | Annotate | Download | only in include

Lines Matching refs:gzopen

1068 ZEXTERN gzFile ZEXPORT gzopen  OF((const char *path, const char *mode));
1077 gzopen can be used to read a file which is not in gzip format; in this
1080 gzopen returns NULL if the file could not be opened or if there was
1090 The mode parameter is as in gzopen.