/third_party/zlib/contrib/iostream2/ |
H A D | zstream.h | 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close() 209 return ::gzwrite(m_fp, (voidp) buf, len); in write() 248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in os_flush() 265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T)); in write() 273 ::gzwrite(zs.fp(), (voidp) &x, sizeof(T)); in operator <() 288 ::gzwrite(zs.fp(), (voidp) x, len.value());
|
/third_party/zlib/watcom/ |
H A D | watcom_l.mak | 8 gzclose.c gzlib.c gzread.c gzwrite.c & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
|
H A D | watcom_f.mak | 8 gzclose.c gzlib.c gzread.c gzwrite.c & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
|
/third_party/zlib/contrib/delphi/ |
H A D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 47 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 47 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | GZipStream.cs | 27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
in gzwrite() method in DotZLib.GZipStream 210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
in Write()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files
143 int ZEXPORT gzwrite(file, buf, len)
in gzwrite() function 258 if (gzwrite(file, buf, 1) != 1)
273 ret = gzwrite(file, str, len);
|
H A D | zconf.h | 81 # define gzwrite z_gzwrite
macro
|
H A D | zlib.h | 1251 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1255 gzwrite returns the number of uncompressed bytes written or 0 in case of
1326 gzip stream is completed in the output. If gzwrite() is called again, a new
1338 Sets the starting position for the next gzread or gzwrite on the given
1364 Returns the starting position for the next gzread or gzwrite on the given
|
/third_party/zlib/test/ |
H A D | minigzip.c | 217 static int gzwrite(gzFile gz, const void *buf, unsigned len) in gzwrite() function 346 len = gzwrite(out, (char *)buf, (unsigned)buf_len); in gz_compress_mmap() 390 if (gzwrite(out, buf, (unsigned)len) != len) in gz_compress()
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.cc | 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow() 252 if (gzwrite(file, &last_char, 1) != 1) in overflow()
|
/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 86 if (len != gzwrite(gz, toybuf, len)) break; in do_deflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 107 #define gzwrite Cr_z_gzwrite macro
|
H A D | zconf.h | 111 # define gzwrite z_gzwrite macro
|
H A D | zlib.h | 1448 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1452 gzwrite returns the number of uncompressed bytes written or 0 in case of 1540 gzip stream is completed in the output. If gzwrite() is called again, a new 1552 Sets the starting position for the next gzread or gzwrite on the given 1578 Returns the starting position for the next gzread or gzwrite on the given
|
H A D | gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 246 int ZEXPORT gzwrite(file, buf, len) in gzwrite() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 110 #define gzwrite Cr_z_gzwrite macro
|
H A D | zconf.h | 114 # define gzwrite z_gzwrite macro
|
H A D | zlib.h | 1450 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); 1452 Compress and write the len uncompressed bytes at buf to file. gzwrite 1541 gzip stream is completed in the output. If gzwrite() is called again, a new 1554 or gzwrite on file. The offset represents a number of bytes in the 1579 Return the starting position for the next gzread or gzwrite on file.
|
H A D | gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 237 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { in gzwrite() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 107 #define gzwrite Cr_z_gzwrite macro
|
H A D | zconf.h | 111 # define gzwrite z_gzwrite macro
|
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.cpp | 226 if ( gzwrite( file, q, n) < n ) in flushbuf()
|
/third_party/zlib/ |
H A D | zconf.h | 102 # define gzwrite z_gzwrite macro
|
H A D | zlib.h | 1451 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); 1453 Compress and write the len uncompressed bytes at buf to file. gzwrite 1542 gzip stream is completed in the output. If gzwrite() is called again, a new 1555 or gzwrite on file. The offset represents a number of bytes in the 1580 Return the starting position for the next gzread or gzwrite on file.
|