Home | History | Annotate | Download | only in zlib_v128

Lines Matching defs:gzopen

1296 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1315 streams in a file. The append function of gzopen() can be used to create
1317 appending, gzopen does not test whether the file begins with a gzip stream,
1318 nor does it look for the end of the gzip streams to begin appending. gzopen
1321 gzopen can be used to read a file which is not in gzip format; in this
1326 gzopen returns NULL if the file could not be opened, if there was
1329 errno can be checked to determine if the reason gzopen failed was that the
1337 has been previously opened with fopen). The mode parameter is as in gzopen.
1360 gzopen() or gzdopen(), and before any other calls that read or write the
1475 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1567 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1573 requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note:
1778 # define gzopen gzopen64
1796 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));