| /glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
| H A D | gzio.c | 483 gzwrite returns the number of bytes actually written (0 in case of error). 485 int ZEXPORT gzwrite (file, buf, len) function 540 return gzwrite(file, buf, (unsigned)len); 564 return gzwrite(file, buf, len); 578 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1; 591 return gzwrite(file, (char*)s, (unsigned)strlen(s)); 652 Sets the starting position for the next gzread or gzwrite on the given 689 size = gzwrite(file, s->inbuf, size); 763 Returns the starting position for the next gzread or gzwrite on the
|
| H A D | minigzip.c | 122 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 154 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
|
| H A D | zlib.h | 704 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 708 gzwrite returns the number of uncompressed bytes actually written 760 Sets the starting position for the next gzread or gzwrite on the 784 Returns the starting position for the next gzread or gzwrite on the
|
| /vbox/src/VBox/Runtime/common/zip/ |
| H A D | gzipvfs.cpp | 52 (PFNRT)gzwrite,
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | xmlIO.c | 1239 ret = gzwrite((gzFile) context, (char *) &buffer[0], len); 1240 if (ret < 0) xmlIOErr(0, "gzwrite()"); 1374 * would be created if gzopen/gzwrite/gzclose were being used to 1791 /* Use gzwrite or fwrite as previously setup in the open call */
|
| /vbox/src/libs/zlib-1.2.6/as400/ |
| H A D | zlib.inc | 171 D gzwrite PR 10I 0 extproc('gzwrite')
|
| /vbox/src/libs/zlib-1.2.6/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
|
| /vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
| H A D | 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);
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream/ |
| H A D | zfstream.cpp | 226 if ( gzwrite( file, q, n) < n )
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream2/ |
| H A D | zstream.h | 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); 209 return ::gzwrite(m_fp, (voidp) buf, len); 248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); 265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T)); 273 ::gzwrite(zs.fp(), (voidp) &x, sizeof(T)); 288 ::gzwrite(zs.fp(), (voidp) x, len.value());
|
| /vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
| H A D | zfstream.cc | 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 252 if (gzwrite(file, &last_char, 1) != 1)
|
| /vbox/src/libs/zlib-1.2.6/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
|
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 165 int ZEXPORT gzwrite(file, buf, len) function 280 if (gzwrite(file, buf, 1) != 1) 295 ret = gzwrite(file, str, len);
|
| H A D | make_vms.com | 15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite 158 $ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - 159 gzwrite.c zutil.h zlib.h zconf.h 403 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ 438 gzwrite.obj : gzwrite.c zutil.h zlib.h zconf.h
|
| H A D | zconf.h | 68 # define gzwrite vboxzlib_gzwrite macro 179 # define gzwrite z_gzwrite macro
|
| H A D | zconf.h.cmakein | 90 # define gzwrite z_gzwrite
|
| H A D | zconf.h.in | 88 # define gzwrite z_gzwrite
|
| H A D | zlib.h | 1318 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1322 gzwrite returns the number of uncompressed bytes written or 0 in case of 1396 gzip stream is completed in the output. If gzwrite() is called again, a new 1408 Sets the starting position for the next gzread or gzwrite on the given 1434 Returns the starting position for the next gzread or gzwrite on the given
|
| /vbox/src/libs/zlib-1.2.6/test/ |
| H A D | minigzip.c | 230 int gzwrite OF((gzFile, const void *, unsigned)); 232 int gzwrite(gz, buf, len) function 380 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 412 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
|
| /vbox/src/libs/zlib-1.2.6/watcom/ |
| 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
|
| 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
|