| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
method in class:DotZLib.GZipStream 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
|
| /src/common/dist/zlib/ |
| gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 239 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { function
|
| zconf.h | 106 # define gzwrite z_gzwrite macro
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzwrite.c | 0 /* gzwrite.c contains minimal changes required to be compiled with zlibWrapper: 4 /* gzwrite.c -- zlib functions for writing gzip files 239 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { function
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
method in class:DotZLib.GZipStream 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 237 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { function
|
| zconf.h | 102 # define gzwrite z_gzwrite macro
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| GZipStream.cs | 27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
method in class:DotZLib.GZipStream 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 255 int ZEXPORT gzwrite(file, buf, len) function
|
| zconf.h | 99 # define gzwrite z_gzwrite macro
|
| /src/common/dist/zlib/test/ |
| minigzip.c | 212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { function 326 len = gzwrite(out, (char *)buf, (unsigned)buf_len); 360 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
|
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 233 int gzwrite _Z_OF((gzFile, const void *, unsigned)); 235 int gzwrite(gzFile gz, const void *buf, unsigned len) { function 368 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 397 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { function 326 len = gzwrite(out, (char *)buf, (unsigned)buf_len); 360 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
|
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 234 int gzwrite OF((gzFile, const void *, unsigned)); 236 int gzwrite(gz, buf, len) function 384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 416 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
|