Lines Matching defs:gzopen
1310 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1329 streams in a file. The append function of gzopen() can be used to create
1331 appending, gzopen does not test whether the file begins with a gzip stream,
1332 nor does it look for the end of the gzip streams to begin appending. gzopen
1335 gzopen can be used to read a file which is not in gzip format; in this
1340 gzopen returns NULL if the file could not be opened, if there was
1343 errno can be checked to determine if the reason gzopen failed was that the
1351 been previously opened with fopen). The mode parameter is as in gzopen.
1374 after gzopen() or gzdopen(), and before any other calls that read or write
1531 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1623 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1629 requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note:
1882 # define gzopen gzopen64
1900 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);