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

/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h1204 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef in typeref:struct:gzFile_s
1207 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1235 insufficient memory to allocate the gzFile state, or if an invalid mode was
1241 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1243 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1247 The next call of gzclose on the returned gzFile will also close the file
1258 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1264 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1281 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1290 ZEXTERN int ZEXPORT gzread OF((gzFile fil
[all...]
H A Dgzclose.c12 gzFile file;
H A Dgzlib.c20 local gzFile gz_open OF((const char *, int, const char *));
91 local gzFile gz_open(path, fd, mode)
102 /* allocate gzFile structure to return */
212 return (gzFile)state;
216 gzFile ZEXPORT gzopen(path, mode)
224 gzFile ZEXPORT gzopen64(path, mode)
232 gzFile ZEXPORT gzdopen(fd, mode)
237 gzFile gz;
249 gzFile file;
274 gzFile fil
[all...]
H A Dgzguts.h120 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
121 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
122 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
123 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dgzread.c283 gzFile file;
377 gzFile file;
407 gzFile file;
415 gzFile file;
474 gzFile file;
538 gzFile file;
558 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;
453 gzFile file;
485 gzFile file;
527 gzFile file;
H A Dzconf.h220 # define gzFile z_gzFile macro
H A Dzconf.h.cmakein131 # define gzFile z_gzFile
H A Dzconf.h.in129 # define gzFile z_gzFile
/vbox/src/libs/zlib-1.2.6/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;
200 gz = malloc(sizeof(gzFile));
230 int gzwrite OF((gzFile, cons
[all...]
H A Dexample.c124 gzFile file;
/vbox/src/libs/zlib-1.2.6/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...]
/vbox/src/libs/zlib-1.2.6/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
/vbox/src/libs/zlib-1.2.6/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;
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.h35 gzFile file;
/vbox/src/libs/zlib-1.2.6/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;
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h186 gzFile file;
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1105 gzFile fd;
1174 gzFile fd;
1219 ret = gzread((gzFile) context, &buffer[0], len);
1239 ret = gzwrite((gzFile) context, (char *) &buffer[0], len);
1255 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dexample.pas87 zfile: gzFile;

Completed in 90 milliseconds