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

12

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclDecls.h106 ZEXTERN gzFile gzopen(const char *path, const char *mode);
108 ZEXTERN gzFile gzdopen(int fd, const char *mode);
110 ZEXTERN int gzsetparams(gzFile file, int level, int strategy);
112 ZEXTERN int gzread(gzFile file, voidp buf, unsigned len);
114 ZEXTERN int gzwrite(gzFile file, voidpc buf, unsigned len);
116 ZEXTERN int gzprintf(gzFile file, const char *format, ...);
118 ZEXTERN int gzputs(gzFile file, const char *s);
120 ZEXTERN char * gzgets(gzFile file, char *buf, int len);
122 ZEXTERN int gzputc(gzFile file, int c);
124 ZEXTERN int gzgetc(gzFile fil
[all...]
/macosx-10.10/sudo-73/src/zlib/
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.h114 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
115 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
116 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
117 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;
/macosx-10.10/zlib-55/zlib/
H A Dzlib.h1172 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
1175 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1191 insufficient memory to allocate the gzFile state, or if an invalid mode was
1197 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1199 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1203 The next call of gzclose on the returned gzFile will also close the file
1210 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1216 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size))
1234 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1243 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.c16 local gzFile gz_open OF((const char *, int, const char *));
87 local gzFile gz_open(path, fd, mode)
94 /* allocate gzFile structure to return */
192 return (gzFile)state;
196 gzFile ZEXPORT gzopen(path, mode)
204 gzFile ZEXPORT gzopen64(path, mode)
212 gzFile ZEXPORT gzdopen(fd, mode)
217 gzFile gz;
229 gzFile file;
254 gzFile fil
[all...]
H A 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;
268 gzFile out;
303 gzFile in;
355 gzFile file;
H A Dgzread.c367 gzFile file;
458 gzFile file;
488 gzFile file;
544 gzFile file;
608 gzFile file;
632 gzFile file;
H A Dgzwrite.c144 gzFile file;
222 gzFile file;
265 gzFile file;
281 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...)
354 gzFile file;
427 gzFile file;
459 gzFile file;
501 gzFile file;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
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...]
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h1067 typedef voidp gzFile; typedef
1069 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1086 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1088 gzdopen() associates a gzFile with the file descriptor fd. File
1092 The next call of gzclose on the returned gzFile will also close the
1099 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1107 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1115 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1123 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1136 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1096 typedef voidp gzFile; typedef
1098 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1115 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1117 gzdopen() associates a gzFile with the file descriptor fd. File
1121 The next call of gzclose on the returned gzFile will also close the
1128 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1136 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1144 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1152 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1165 ZEXTERN int ZEXPORT gzputs OF((gzFile fil
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c103 local gzFile gz_open OF((const char *path, const char *mode, int fd));
104 local int do_flush OF((gzFile file, int flush));
120 local gzFile gz_open (path, mode, fd)
156 return destroy(s), (gzFile)Z_NULL;
176 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
189 return destroy(s), (gzFile)Z_NULL;
202 return destroy(s), (gzFile)Z_NULL;
211 return destroy(s), (gzFile)Z_NULL;
229 return (gzFile)s;
235 gzFile ZEXPOR
[all...]
/macosx-10.10/zlib-55/zlib/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
/macosx-10.10/zlib-55/zlib/old/as400/
H A 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) Fil
[all...]
/macosx-10.10/zlib-55/zlib/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;
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DGather.c36 WriteExtent(gzFile outf, DeviceInfo_t *devp, off_t start, off_t len)
71 gzFile outf;
/macosx-10.10/zlib-55/zlib/contrib/iostream/
H A Dzfstream.h35 gzFile file;
/macosx-10.10/zlib-55/zlib/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;
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.h186 gzFile file;

Completed in 199 milliseconds

12