Home
last modified time | relevance | path

Searched refs:gzwrite (Results 1 - 25 of 28) sorted by relevance

12

/third_party/zlib/contrib/iostream2/
H A Dzstream.h200 ::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 Dwatcom_l.mak8 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 Dwatcom_f.mak8 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 Dzlibd32.mak22 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 Dzlibd32.mak22 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 DGZipStream.cs27 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 Dgzwrite.c0 /* 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 Dzconf.h81 # define gzwrite z_gzwrite macro
H A Dzlib.h1251 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 Dminigzip.c217 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 Dzfstream.cc237 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 Dgzip.c86 if (len != gzwrite(gz, toybuf, len)) break; in do_deflate()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h107 #define gzwrite Cr_z_gzwrite macro
H A Dzconf.h111 # define gzwrite z_gzwrite macro
H A Dzlib.h1448 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 Dgzwrite.c0 /* 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 Dchromeconf.h110 #define gzwrite Cr_z_gzwrite macro
H A Dzconf.h114 # define gzwrite z_gzwrite macro
H A Dzlib.h1450 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 Dgzwrite.c0 /* 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 Dchromeconf.h107 #define gzwrite Cr_z_gzwrite macro
H A Dzconf.h111 # define gzwrite z_gzwrite macro
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp226 if ( gzwrite( file, q, n) < n ) in flushbuf()
/third_party/zlib/
H A Dzconf.h102 # define gzwrite z_gzwrite macro
H A Dzlib.h1451 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.

Completed in 27 milliseconds

12