Searched refs:gzwrite (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 239 int gzwrite OF((gzFile, const void *, unsigned)); 241 int gzwrite(gz, buf, len) in gzwrite() function 389 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 421 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
|
| /freebsd/lib/libz/ |
| H A D | zopen.c | 22 return gzwrite(cookie, (void*)data, size); in xgzwrite()
|
| H A D | Symbol.map | 83 gzwrite;
|
| H A D | Makefile | 30 SRCS+= gzwrite.c
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { in gzwrite() function 326 len = gzwrite(out, (char *)buf, (unsigned)buf_len); in gz_compress_mmap() 360 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); in gz_compress()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 16 GZFILES = gzclose.o gzlib.o gzread.o gzwrite.o
|
| H A D | README.md | 13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
|
| H A D | gzwrite.c | 251 int ZEXPORT gzwrite(file, buf, len) in gzwrite() function
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h | 113 # define gzwrite z_gzwrite macro
|
| H A D | ChangeLog | 52 - Avoid some conversion warnings in gzread.c and gzwrite.c 114 - Fix bug in gzwrite.c that produced corrupt gzip files 132 - Loop on write() calls in gzwrite.c in case of non-blocking I/O 163 - Add casts in gzwrite.c for pointer differences 186 - Fix bug in gzclose() when gzwrite() runs out of memory 228 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory 360 - Fix gzwrite.c to accommodate reduced memory zlib compilation 517 - Fix bug in void-returning vsprintf() case in gzwrite.c 535 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c 567 - Return zero for gzwrite() errors to match zlib.h description [all …]
|
| H A D | zlib.h | 1454 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
|
| H A D | gzwrite.c | 238 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { in gzwrite() function
|
| H A D | zconf.h.in | 102 # define gzwrite z_gzwrite macro
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 213 rc = gzwrite(fp, buf + bytes, size); in write_map()
|