Home | History | Annotate | Download | only in include

Lines Matching defs:gzopen

1168 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1180 gzopen can be used to read a file which is not in gzip format; in this
1183 gzopen returns NULL if the file could not be opened, if there was
1186 errno can be checked to determine if the reason gzopen failed was that the
1194 has been previously opened with fopen). The mode parameter is as in gzopen.
1213 gzopen() or gzdopen(), and before any other calls that read or write the
1313 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1407 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1575 # define gzopen gzopen64
1590 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));