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

/external/zlib/src/
H A Dzlib.h1207 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1210 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1241 insufficient memory to allocate the gzFile state, or if an invalid mode was
1247 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1249 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1253 The next call of gzclose on the returned gzFile will also close the file
1264 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1270 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1287 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1296 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dgzclose.c12 gzFile file;
H A Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode)
110 /* allocate gzFile structure to return */
258 return (gzFile)state;
262 gzFile ZEXPORT gzopen(path, mode)
270 gzFile ZEXPORT gzopen64(path, mode)
278 gzFile ZEXPORT gzdopen(fd, mode)
283 gzFile gz;
295 gzFile ZEXPORT gzopen_w(path, mode)
305 gzFile fil
[all...]
H A Dgzguts.h117 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
118 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
119 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
120 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dgzread.c288 gzFile file;
383 gzFile file;
412 gzFile file;
420 gzFile file;
479 gzFile file;
543 gzFile file;
563 gzFile file;
H A Dgzwrite.c166 gzFile file;
244 gzFile file;
287 gzFile file;
303 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...)
376 gzFile file;
454 gzFile file;
486 gzFile file;
528 gzFile file;
H A Dzconf.h131 # define gzFile z_gzFile macro
H A Dzconf.h.cmakein133 # define gzFile z_gzFile
H A Dzconf.h.in131 # define gzFile z_gzFile
/external/zlib/
H A Dzlib.h1207 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1210 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1241 insufficient memory to allocate the gzFile state, or if an invalid mode was
1247 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1249 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1253 The next call of gzclose on the returned gzFile will also close the file
1264 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1270 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1287 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1296 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dzconf.h131 # define gzFile z_gzFile macro
/external/chromium/sdch/open-vcdiff/src/
H A 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));
1090 gzdopen() associates a gzFile with the file descriptor fd. File
1094 The next call of gzclose on the returned gzFile will also close the
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 fil
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A 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));
1087 gzdopen() associates a gzFile with the file descriptor fd. File
1091 The next call of gzclose on the returned gzFile will also close the
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 fil
[all...]
H A 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)
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 ZEXPOR
[all...]
/external/zlib/src/test/
H A Dminigzip.c172 } *gzFile; typedef in typeref:struct:gzFile_s
174 gzFile gzopen OF((const char *, const char *));
175 gzFile gzdopen OF((int, const char *));
176 gzFile gz_open OF((const char *, int, const char *));
178 gzFile gzopen(path, mode)
185 gzFile gzdopen(fd, mode)
192 gzFile gz_open(path, fd, mode)
197 gzFile gz;
230 int gzwrite OF((gzFile, const void *, unsigned));
233 gzFile g
[all...]
H A Dexample.c124 gzFile file;
/external/zlib/src/as400/
H A Dzlib.inc82 D gzFile S * File pointer
137 D like(gzFile)
142 D like(gzFile)
147 D like(gzFile)
153 D like(gzFile)
158 D file value like(gzFile) File pointer
162 D file value like(gzFile) File pointer
167 D file value like(gzFile) File pointer
172 D file value like(gzFile) File pointer
177 D file value like(gzFile) Fil
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); argument
27 private static extern int gzwrite(IntPtr gzFile, int data, int length); argument
30 private static extern int gzread(IntPtr gzFile, int data, int length); argument
33 private static extern int gzgetc(IntPtr gzFile); argument
36 private static extern int gzputc(IntPtr gzFile, int c); argument
/external/zlib/src/contrib/iostream2/
H A Dzstream.h101 gzFile fp() { return m_fp; }
104 gzFile m_fp;
234 gzFile fp() { return m_fp; }
254 gzFile m_fp;
/external/zlib/src/contrib/iostream/
H A Dzfstream.h35 gzFile file;
/external/zlib/src/contrib/untgz/
H A Duntgz.c120 int tar OF((gzFile, int, int, int, char **));
386 int tar (gzFile in,int action,int arg,int argc,char **argv)
611 gzFile *f;
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h186 gzFile file;
/external/libxml2/
H A DxmlIO.c620 static gzFile
623 gzFile fd;
714 typedef gzFile (* xmlWrapGzOpenFunc) (const char *f, const char *mode);
1148 gzFile fd;
1221 gzFile fd;
1270 ret = gzread((gzFile) context, &buffer[0], len);
1290 ret = gzwrite((gzFile) context, (char *) &buffer[0], len);
1306 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
/external/zlib/src/contrib/pascal/
H A Dexample.pas87 zfile: gzFile;

Completed in 161 milliseconds