Searched refs:gzFile (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/zlib/ |
H A D | zlib.h | 1224 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 D | gzclose.c | 12 gzFile file;
|
H A D | gzlib.c | 20 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 D | gzguts.h | 132 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 D | gzread.c | 289 gzFile file; 388 gzFile file; 417 gzFile file; 425 gzFile file; 484 gzFile file; 548 gzFile file; 568 gzFile file;
|
H A D | gzwrite.c | 166 gzFile file; 246 gzFile file; 294 gzFile file; 310 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) 372 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) 388 gzFile file; 466 gzFile file; 498 gzFile file; 540 gzFile file;
|
H A D | zconf.h | 140 # define gzFile z_gzFile macro
|
Completed in 191 milliseconds