Home
last modified time | relevance | path

Searched refs:gzFile (Results 1 – 25 of 29) sorted by relevance

12

/external/zlib/
Dzlib.h1165 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
1190 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1209 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1226 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1235 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1251 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1259 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1274 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1282 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
[all …]
Dgzlib.c16 local gzFile gz_open OF((const char *, int, const char *));
87 local gzFile gz_open(path, fd, mode) in gz_open()
192 return (gzFile)state;
196 gzFile ZEXPORT gzopen(path, mode) in gzopen()
204 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
212 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
217 gzFile gz;
229 gzFile file; in gzbuffer()
254 gzFile file; in gzrewind()
276 gzFile file; in gzseek64()
[all …]
Dgzio.c76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
77 local int do_flush OF((gzFile file, int flush));
93 local gzFile gz_open (path, mode, fd) in gz_open()
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
202 return (gzFile)s;
208 gzFile ZEXPORT gzopen (path, mode) in gzopen()
[all …]
Dminigzip.c144 void gz_compress OF((FILE *in, gzFile out));
146 int gz_compress_mmap OF((FILE *in, gzFile out));
148 void gz_uncompress OF((gzFile in, FILE *out));
169 gzFile out;
202 gzFile out;
236 gzFile in; in gz_uncompress()
268 gzFile out;
303 gzFile in;
355 gzFile file;
Dgzguts.h65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
Dgzwrite.c144 gzFile file; in gzwrite()
222 gzFile file; in gzputc()
265 gzFile file; in gzputs()
281 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...) in gzprintf()
354 gzFile file; in gzprintf()
427 gzFile file; in gzflush()
459 gzFile file; in gzsetparams()
501 gzFile file; in gzclose_w()
Dgzread.c363 gzFile file; in gzread()
454 gzFile file; in gzgetc()
484 gzFile file;
540 gzFile file; in gzgets()
604 gzFile file; in gzdirect()
628 gzFile file; in gzclose_r()
Dgzclose.c12 gzFile file; in gzclose()
Dzconf.h114 # define gzFile z_gzFile macro
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1066 typedef voidp gzFile; typedef
1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1085 long long gzgetMtime(gzFile file);
1088 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1101 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1109 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1117 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1125 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1138 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1145 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
[all …]
/external/chromium/third_party/zlib/
Dzlib.h1066 typedef voidp gzFile; typedef
1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1085 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1106 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1114 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1122 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1135 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1142 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
[all …]
Dgzio.c76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
78 local int do_flush OF((gzFile file, int flush));
97 local gzFile gz_open (path, mode, fd) in gz_open()
133 return destroy(s), (gzFile)Z_NULL;
153 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
166 return destroy(s), (gzFile)Z_NULL;
179 return destroy(s), (gzFile)Z_NULL;
188 return destroy(s), (gzFile)Z_NULL;
206 return (gzFile)s;
212 gzFile ZEXPORT gzopen (path, mode) in gzopen()
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1066 typedef voidp gzFile; typedef
1068 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1085 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1098 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1106 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1114 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1122 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1135 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1142 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1151 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
[all …]
Dgzio.c76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
77 local int do_flush OF((gzFile file, int flush));
93 local gzFile gz_open (path, mode, fd) in gz_open()
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
202 return (gzFile)s;
208 gzFile ZEXPORT gzopen (path, mode) in gzopen()
[all …]
/external/zlib/contrib/ada/
Dzlib-thin.ads109 type gzFile is new Voidp; -- zlib.h:646
182 function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile;
184 function gzdopen (fd : Int; mode : Chars_Ptr) return gzFile;
187 (file : gzFile;
193 (file : gzFile;
199 (file : in gzFile;
204 function gzprintf (file : in gzFile; format : in Chars_Ptr) return Int;
206 function gzputs (file : in gzFile; s : in Chars_Ptr) return Int;
209 (file : gzFile;
214 function gzputc (file : gzFile; char : Int) return Int;
[all …]
/external/zlib/as400/
Dzlib.inc73 D gzFile S * File pointer
126 D like(gzFile)
131 D like(gzFile)
136 D file value like(gzFile) File pointer
141 D file value like(gzFile) File pointer
146 D file value like(gzFile) File pointer
151 D file value like(gzFile) File pointer
155 D file value like(gzFile) File pointer
160 D file value like(gzFile) File pointer
165 D file value like(gzFile) File pointer
[all …]
/external/zlib/old/as400/
Dzlib.inc73 D gzFile S * File pointer
126 D like(gzFile)
131 D like(gzFile)
136 D file value like(gzFile) File pointer
141 D file value like(gzFile) File pointer
146 D file value like(gzFile) File pointer
151 D file value like(gzFile) File pointer
155 D file value like(gzFile) File pointer
160 D file value like(gzFile) File pointer
165 D file value like(gzFile) File pointer
[all …]
/external/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); in gzclose() argument
27 private static extern int gzwrite(IntPtr gzFile, int data, int length); in gzwrite() argument
30 private static extern int gzread(IntPtr gzFile, int data, int length); in gzread() argument
33 private static extern int gzgetc(IntPtr gzFile); in gzgetc() argument
36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc() argument
/external/zlib/contrib/iostream2/
Dzstream.h101 gzFile fp() { return m_fp; } in fp()
104 gzFile m_fp;
234 gzFile fp() { return m_fp; } in fp()
254 gzFile m_fp;
/external/zlib/contrib/untgz/
Duntgz.c120 int tar OF((gzFile, int, int, int, char **));
386 int tar (gzFile in,int action,int arg,int argc,char **argv) in tar()
611 gzFile *f; in main()
/external/zlib/contrib/iostream/
Dzfstream.h35 gzFile file;
/external/zlib/contrib/iostream3/
Dzfstream.h186 gzFile file;
/external/zlib/contrib/pascal/
Dreadme.txt44 gzprintf(gzFile file, const char *format, ...)
Dexample.pas87 zfile: gzFile;
/external/libxml2/
DxmlIO.c1108 gzFile fd; in xmlGzfileOpen_real()
1177 gzFile fd; in xmlGzfileOpenW()
1222 ret = gzread((gzFile) context, &buffer[0], len); in xmlGzfileRead()
1242 ret = gzwrite((gzFile) context, (char *) &buffer[0], len); in xmlGzfileWrite()
1258 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1; in xmlGzfileClose()

12