Searched refs:gzFile (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dzlib.h657 typedef voidp gzFile; typedef
659 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
675 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
677 gzdopen() associates a gzFile with the file descriptor fd. File
681 The next call of gzclose on the returned gzFile will also close the
688 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
696 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
704 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
712 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
719 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
H A Dminigzip.c77 void gz_compress OF((FILE *in, gzFile out));
79 int gz_compress_mmap OF((FILE *in, gzFile out));
81 void gz_uncompress OF((gzFile in, FILE *out));
102 gzFile out;
135 gzFile out;
169 gzFile in;
201 gzFile out;
231 gzFile in;
275 gzFile file;
H A Dgzio.c56 local gzFile gz_open OF((const char *path, const char *mode, int fd));
57 local int do_flush OF((gzFile file, int flush));
73 local gzFile gz_open (path, mode, fd)
106 return destroy(s), (gzFile)Z_NULL;
124 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
137 return destroy(s), (gzFile)Z_NULL;
150 return destroy(s), (gzFile)Z_NULL;
159 return destroy(s), (gzFile)Z_NULL;
177 return (gzFile)s;
183 gzFile ZEXPOR
[all...]
H A Dexample.c95 gzFile file;
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dzlib.h933 typedef voidp gzFile; typedef
935 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
952 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
954 gzdopen() associates a gzFile with the file descriptor fd. File
958 The next call of gzclose on the returned gzFile will also close the
965 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
973 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
981 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
989 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1002 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dzlib.h933 typedef voidp gzFile; typedef
935 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
952 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
954 gzdopen() associates a gzFile with the file descriptor fd. File
958 The next call of gzclose on the returned gzFile will also close the
965 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
973 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
981 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
989 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1002 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.h865 typedef voidp gzFile; typedef
867 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
879 extern gzFile EXPORT gzdopen OF((int fd, const char *mode));
881 gzdopen() associates a gzFile with the file descriptor fd. File
885 The next call of gzclose on the returned gzFile will also close the
892 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
900 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
907 extern int EXPORT gzflush OF((gzFile file, int flush));
917 extern int EXPORT gzclose OF((gzFile file));
924 extern const char * EXPORT gzerror OF((gzFile fil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.h865 typedef voidp gzFile; typedef
867 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
879 extern gzFile EXPORT gzdopen OF((int fd, const char *mode));
881 gzdopen() associates a gzFile with the file descriptor fd. File
885 The next call of gzclose on the returned gzFile will also close the
892 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
900 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
907 extern int EXPORT gzflush OF((gzFile file, int flush));
917 extern int EXPORT gzclose OF((gzFile file));
924 extern const char * EXPORT gzerror OF((gzFile fil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.h865 typedef voidp gzFile; typedef
867 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
879 extern gzFile EXPORT gzdopen OF((int fd, const char *mode));
881 gzdopen() associates a gzFile with the file descriptor fd. File
885 The next call of gzclose on the returned gzFile will also close the
892 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
900 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
907 extern int EXPORT gzflush OF((gzFile file, int flush));
917 extern int EXPORT gzclose OF((gzFile file));
924 extern const char * EXPORT gzerror OF((gzFile fil
[all...]

Completed in 165 milliseconds