| /src/external/gpl3/binutils/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...] |
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 176 } *gzFile; 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 gz [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 176 } *gzFile; 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 gz [all...] |
| /src/external/gpl3/gdb/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...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 179 } *gzFile; 181 gzFile gzopen _Z_OF((const char *, const char *)); 182 gzFile gzdopen _Z_OF((int, const char *)); 183 gzFile gz_open _Z_OF((const char *, int, const char *)); 185 gzFile gzopen(path, mode) 192 gzFile gzdopen(fd, mode) 199 gzFile gz_open(const char *path, int fd, const char *mode) { 200 gzFile gz; 233 int gzwrite _Z_OF((gzFile, const void *, unsigned)); 235 int gzwrite(gzFile gz, const void *buf, unsigned len) [all...] |
| /src/common/dist/zlib/test/ |
| minigzip.c | 196 } *gzFile; 198 static gzFile gz_open(const char *path, int fd, const char *mode) { 199 gzFile gz; 232 static gzFile gzopen(const char *path, const char *mode) { 236 static gzFile gzdopen(int fd, const char *mode) { 240 static int gzwrite(gzFile gz, const void *buf, unsigned len) { 258 static int gzread(gzFile gz, void *buf, unsigned len) { 289 static int gzclose(gzFile gz) { 314 static const char *gzerror(gzFile gz, int *err) { 336 static int gz_compress_mmap(FILE *in, gzFile out) [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zlib.h | 1068 typedef voidp gzFile; 1070 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1089 gzdopen() associates a gzFile with the file descriptor fd. File 1093 The next call of gzclose on the returned gzFile will also close the 1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1116 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); 1137 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)) [all...] |
| /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/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 1305 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1339 insufficient memory to allocate the gzFile state, or if an invalid mode was 1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); 1347 Associate a gzFile with the file descriptor fd. File descriptors are 1351 The next call of gzclose on the returned gzFile will also close the file 1362 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1368 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) [all...] |
| zconf.h | 150 # define gzFile z_gzFile
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zlib.h | 1302 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1305 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1336 insufficient memory to allocate the gzFile state, or if an invalid mode was 1342 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1344 Associate a gzFile with the file descriptor fd. File descriptors are 1348 The next call of gzclose on the returned gzFile will also close the file 1359 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1365 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)) [all...] |
| zconf.h | 147 # define gzFile z_gzFile
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zlib.h | 1302 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1305 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1336 insufficient memory to allocate the gzFile state, or if an invalid mode was 1342 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1344 Associate a gzFile with the file descriptor fd. File descriptors are 1348 The next call of gzclose on the returned gzFile will also close the file 1359 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1365 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)) [all...] |
| zconf.h | 147 # define gzFile z_gzFile
|
| /src/external/gpl3/gdb/dist/zlib/ |
| zlib.h | 1305 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1339 insufficient memory to allocate the gzFile state, or if an invalid mode was 1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); 1347 Associate a gzFile with the file descriptor fd. File descriptors are 1351 The next call of gzclose on the returned gzFile will also close the file 1362 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1368 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) [all...] |
| zconf.h | 150 # define gzFile z_gzFile
|
| /src/common/dist/zlib/ |
| zlib.h | 1356 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ 1359 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1394 insufficient memory to allocate the gzFile state, or if an invalid mode was 1406 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); 1408 Associate a gzFile with the file descriptor fd. File descriptors are 1414 The next call of gzclose on the returned gzFile will also close the file 1425 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not 1431 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); 1447 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); 1458 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) [all...] |
| zconf.h | 162 # define gzFile z_gzFile
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.h | 1411 typedef voidp gzFile; 1413 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); 1430 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1432 gzdopen() associates a gzFile with the file descriptor fd. File 1436 The next call of gzclose on the returned gzFile will also close the 1443 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1451 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1459 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1467 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); 1480 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)) [all...] |