/src/common/dist/zlib/ |
gzclose.c | 11 int ZEXPORT gzclose(gzFile file) {
|
zlib.h | 1307 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1310 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1341 insufficient memory to allocate the gzFile state, or if an invalid mode was 1347 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); 1349 Associate a gzFile with the file descriptor fd. File descriptors are 1353 The next call of gzclose on the returned gzFile will also close the file 1364 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1370 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1386 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1397 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) [all...] |
gzlib.c | 85 local gzFile gz_open(const void *path, int fd, const char *mode) { 100 /* allocate gzFile structure to return */ 256 return (gzFile)state; 260 gzFile ZEXPORT gzopen(const char *path, const char *mode) { 265 gzFile ZEXPORT gzopen64(const char *path, const char *mode) { 270 gzFile ZEXPORT gzdopen(int fd, const char *mode) { 272 gzFile gz; 288 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) { 294 int ZEXPORT gzbuffer(gzFile file, unsigned size) { 318 int ZEXPORT gzrewind(gzFile file) [all...] |
gzguts.h | 141 ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); 142 ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); 143 ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); 144 ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
|
gzwrite.c | 239 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { 264 gzFile file) { 289 int ZEXPORT gzputc(gzFile file, int c) { 334 int ZEXPORT gzputs(gzFile file, const char *s) { 361 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) { 432 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { 445 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, 530 int ZEXPORT gzflush(gzFile file, int flush) { 559 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { 597 int ZEXPORT gzclose_w(gzFile file) [all...] |
gzread.c | 345 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { 377 z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) { 408 int ZEXPORT gzgetc(gzFile file) { 433 int ZEXPORT gzgetc_(gzFile file) { 438 int ZEXPORT gzungetc(int c, gzFile file) { 499 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { 559 int ZEXPORT gzdirect(gzFile file) { 577 int ZEXPORT gzclose_r(gzFile file) {
|
zconf.h | 154 # define gzFile z_gzFile
|
zconf.h.in | 150 # define gzFile z_gzFile
|
zconf.h.cmakein | 152 # define gzFile z_gzFile
|
/src/sys/net/ |
zlib.h | 962 typedef voidp gzFile; 964 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *); 980 ZEXTERN gzFile ZEXPORT gzdopen(int, const char *); 982 gzdopen() associates a gzFile with the file descriptor fd. File 986 The next call of gzclose on the returned gzFile will also close the 993 ZEXTERN int ZEXPORT gzsetparams(gzFile, int, int); 1001 ZEXTERN int ZEXPORT gzread(gzFile, voidp, unsigned); 1009 ZEXTERN int ZEXPORT gzwrite(gzFile, const voidp, unsigned); 1016 ZEXTERN int ZEXPORTVA gzprintf(gzFile, const char *, ...) 1024 ZEXTERN int ZEXPORT gzputs(gzFile, const char *) [all...] |
/src/distrib/utils/zcat/ |
zcat.c | 29 static void gz_uncompress(gzFile, int); 54 gz_uncompress(gzFile in, int out) 86 gzFile zfp;
|
/src/sbin/savecore/ |
zopen.c | 33 gzFile gz = gzopen(fname, mode);
|
/src/common/dist/zlib/test/ |
minigzip.c | 168 } *gzFile; 170 static gzFile gz_open(const char *path, int fd, const char *mode) { 171 gzFile gz; 204 static gzFile gzopen(const char *path, const char *mode) { 208 static gzFile gzdopen(int fd, const char *mode) { 212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { 230 static int gzread(gzFile gz, void *buf, unsigned len) { 261 static int gzclose(gzFile gz) { 286 static const char *gzerror(gzFile gz, int *err) { 308 static int gz_compress_mmap(FILE *in, gzFile out) [all...] |
example.c | 90 gzFile file;
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 109 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...] |
/src/common/dist/zlib/os400/ |
zlib.inc | 82 D gzFile S * File pointer 144 D like(gzFile) 149 D like(gzFile) 154 D like(gzFile) 160 D like(gzFile) 165 D file value like(gzFile) File pointer 169 D file value like(gzFile) File pointer 174 D file value like(gzFile) File pointer 182 D file value like(gzFile) File pointer 185 D file value like(gzFile) File pointe [all...] |
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
GZipStream.cs | 24 private static extern int gzclose(IntPtr gzFile);
27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
30 private static extern int gzread(IntPtr gzFile, int data, int length);
33 private static extern int gzgetc(IntPtr gzFile);
36 private static extern int gzputc(IntPtr gzFile, int c);
|
/src/common/dist/zlib/contrib/iostream2/ |
zstream.h | 101 gzFile fp() { return m_fp; } 104 gzFile m_fp; 234 gzFile fp() { return m_fp; } 254 gzFile m_fp;
|
/src/common/dist/zlib/contrib/iostream/ |
zfstream.h | 35 gzFile file;
|
/src/libexec/makewhatis/ |
makewhatis.c | 92 static char *GetS(gzFile, char *, size_t); 101 static char *parsecatpage(const char *, gzFile); 103 static char *nroff(const char *, gzFile); 104 static char *parsemanpage(const char *, gzFile, int); 431 GetS(gzFile in, char *buffer, size_t length) 628 parsecatpage(const char *name, gzFile in) 773 nroff(const char *inname, gzFile in) 872 parsemanpage(const char *name, gzFile in, int defaultsection) 1101 gzFile in;
|
/src/usr.bin/grep/ |
file.c | 60 static gzFile gzbufdesc;
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.h | 186 gzFile file;
|
/src/common/dist/zlib/contrib/untgz/ |
untgz.c | 385 int tar (gzFile in,int action,int arg,int argc,char **argv) 604 gzFile f;
|
/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 295 gzFile gzf; 463 gzFile gzf; 689 gzFile gzf;
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 87 zfile: gzFile;
|