/src/common/dist/zlib/watcom/ |
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
|
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
|
/src/sbin/savecore/ |
zopen.c | 27 return gzwrite(cookie, __UNCONST(data), size);
|
/src/common/dist/zlib/contrib/delphi/ |
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
|
/src/common/dist/zlib/contrib/pascal/ |
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
|
/src/common/dist/zlib/contrib/iostream2/ |
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());
|
/src/lib/libz/ |
Makefile | 16 inflate.c inftrees.c trees.c uncompr.c zutil.c gzwrite.c \
|
/src/common/dist/zlib/ |
Makefile.in | 57 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 61 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo 197 gzwrite.o: $(SRCDIR)gzwrite.c 198 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)gzwrite.c 271 gzwrite.lo: $(SRCDIR)gzwrite.c 273 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/gzwrite.o $(SRCDIR)gzwrite.c 274 -@mv objs/gzwrite.o $ [all...] |
make_vms.com | 15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite 193 $ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - 194 gzwrite.c zutil.h zlib.h zconf.h 430 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ 464 gzwrite.obj : gzwrite.c zutil.h zlib.h zconf.h
|
zconf.h | 106 # define gzwrite z_gzwrite macro
|
CMakeLists.txt | 115 gzwrite.c
|
gzwrite.c | 0 /* gzwrite.c -- zlib functions for writing gzip files 239 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { function in typeref:typename:int ZEXPORT
|
zconf.h.in | 102 # define gzwrite z_gzwrite macro
|
zlib.h | 1453 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); 1455 Compress and write the len uncompressed bytes at buf to file. gzwrite 1544 gzip stream is completed in the output. If gzwrite() is called again, a new 1557 or gzwrite on file. The offset represents a number of bytes in the 1582 Return the starting position for the next gzread or gzwrite on file.
|
zconf.h.cmakein | 104 # define gzwrite z_gzwrite
|
/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/test/ |
minigzip.c | 212 static int gzwrite(gzFile gz, const void *buf, unsigned len) { function in typeref:typename:int 326 len = gzwrite(out, (char *)buf, (unsigned)buf_len); 360 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
|
/src/common/dist/zlib/contrib/iostream3/ |
zfstream.cc | 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 252 if (gzwrite(file, &last_char, 1) != 1)
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 198 function gzwrite subprogspec 406 pragma Import (C, gzwrite, "gzwrite");
|
/src/common/dist/zlib/contrib/iostream/ |
zfstream.cpp | 226 if ( gzwrite( file, q, n) < n )
|
/src/sys/net/ |
zlib.h | 1009 ZEXTERN int ZEXPORT gzwrite(gzFile, const voidp, unsigned); 1012 gzwrite returns the number of uncompressed bytes actually written 1069 Sets the starting position for the next gzread or gzwrite on the 1097 Returns the starting position for the next gzread or gzwrite on the
|
/src/sys/arch/powerpc/stand/mkbootimage/ |
mkbootimage.c | 376 kgzlen = gzwrite(gzf, kern_img, kern_stat.st_size); 546 kgzlen = gzwrite(gzf, kern_img, kern_stat.st_size); 766 kgzlen = gzwrite(gzf, kern_img, kern_stat.st_size);
|
/src/common/dist/zlib/os400/ |
zlib.inc | 184 D gzwrite PR 10I 0 extproc('gzwrite')
|