Home | History | Annotate | Download | only in include

Lines Matching defs:gzopen

1081 ZEXTERN gzFile ZEXPORT gzopen  OF((const char *path, const char *mode));
1090 gzopen can be used to read a file which is not in gzip format; in this
1093 gzopen returns NULL if the file could not be opened or if there was
1103 The mode parameter is as in gzopen.
1373 # define gzopen gzopen64
1379 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));