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

123

/external/chromium_org/third_party/zlib/
H A Dzlib.h1170 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
1173 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1189 insufficient memory to allocate the gzFile state, or if an invalid mode was
1195 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1197 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1201 The next call of gzclose on the returned gzFile will also close the file
1208 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1214 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1231 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1240 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dgzclose.c12 gzFile file;
H A 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));
H A Dgzlib.c18 local gzFile gz_open OF((const char *, int, const char *));
89 local gzFile gz_open(path, fd, mode)
96 /* allocate gzFile structure to return */
194 return (gzFile)state;
198 gzFile ZEXPORT gzopen(path, mode)
206 gzFile ZEXPORT gzopen64(path, mode)
214 gzFile ZEXPORT gzdopen(fd, mode)
219 gzFile gz;
231 gzFile file;
256 gzFile fil
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1227 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1258 insufficient memory to allocate the gzFile state, or if an invalid mode was
1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1270 The next call of gzclose on the returned gzFile will also close the file
1281 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1287 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1313 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 */
264 return (gzFile)state;
268 gzFile ZEXPORT gzopen(path, mode)
276 gzFile ZEXPORT gzopen64(path, mode)
284 gzFile ZEXPORT gzdopen(fd, mode)
289 gzFile gz;
305 gzFile ZEXPORT gzopen_w(path, mode)
315 gzFile fil
[all...]
H A Dgzguts.h132 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dgzread.c289 gzFile file;
388 gzFile file;
417 gzFile file;
425 gzFile file;
484 gzFile file;
548 gzFile file;
568 gzFile file;
/external/zlib/src/
H A Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1227 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1258 insufficient memory to allocate the gzFile state, or if an invalid mode was
1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1270 The next call of gzclose on the returned gzFile will also close the file
1281 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1287 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1313 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 */
264 return (gzFile)state;
268 gzFile ZEXPORT gzopen(path, mode)
276 gzFile ZEXPORT gzopen64(path, mode)
284 gzFile ZEXPORT gzdopen(fd, mode)
289 gzFile gz;
305 gzFile ZEXPORT gzopen_w(path, mode)
315 gzFile fil
[all...]
H A Dgzguts.h132 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
/external/zlib/
H A Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1227 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1258 insufficient memory to allocate the gzFile state, or if an invalid mode was
1264 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1266 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1270 The next call of gzclose on the returned gzFile will also close the file
1281 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1287 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1313 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzclose.c12 gzFile file)
H A Dzlib.h1288 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1291 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1322 insufficient memory to allocate the gzFile state, or if an invalid mode was
1328 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1330 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1334 The next call of gzclose on the returned gzFile will also close the file
1345 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1351 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1368 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1377 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dgzlib.c20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(
110 /* allocate gzFile structure to return */
264 return (gzFile)state;
268 gzFile ZEXPORT gzopen(
276 gzFile ZEXPORT gzopen64(
284 gzFile ZEXPORT gzdopen(
289 gzFile gz;
305 gzFile ZEXPORT gzopen_w(
315 gzFile fil
[all...]
H A Dgzguts.h148 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
150 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
151 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dgzread.c289 gzFile file,
388 gzFile file)
417 gzFile file)
425 gzFile file)
484 gzFile file,
548 gzFile file)
568 gzFile file)
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h1284 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1287 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1318 insufficient memory to allocate the gzFile state, or if an invalid mode was
1324 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1326 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1330 The next call of gzclose on the returned gzFile will also close the file
1341 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1347 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1364 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1373 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
/external/zlib/src/test/
H A Dminigzip.c176 } *gzFile; typedef in typeref:struct:gzFile_s
178 gzFile gzopen OF((const char *, const char *));
179 gzFile gzdopen OF((int, const char *));
180 gzFile gz_open OF((const char *, int, const char *));
182 gzFile gzopen(path, mode)
189 gzFile gzdopen(fd, mode)
196 gzFile gz_open(path, fd, mode)
201 gzFile gz;
234 int gzwrite OF((gzFile, const void *, unsigned));
237 gzFile g
[all...]
/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;

Completed in 630 milliseconds

123