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

12

/macosx-10.10/zlib-55/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
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c59 gzwrite, /* 34 */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c59 gzwrite, /* 34 */
H A DzlibtclDecls.h114 ZEXTERN int gzwrite(gzFile file, voidpc buf, unsigned len);
267 #define gzwrite \ macro
/macosx-10.10/zlib-55/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
/macosx-10.10/zlib-55/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
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream.h200 ::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());
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DGather.c54 nwritten = gzwrite(outf, (char*)buffer, amt);
56 warn("tried to gzwrite %zu bytes", amt);
59 warnx("tried to gzwrite %zu bytes, only wrote %u", amt, nwritten);
113 gzwrite(outf, &hdr, sizeof(hdr));
114 gzwrite(outf, objs, sizeof(HFSDataObject) * vop->count);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadNone.c29 extern int gzwrite ();
103 { "gzwrite", gzwrite },
H A Dzlib.h704 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
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs27 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);
/macosx-10.10/zlib-55/zlib/
H A DMakefile57 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
60 gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo
245 gzclose.o gzlib.o gzread.o gzwrite.o: zlib.h zconf.h gzguts.h
255 gzclose.lo gzlib.lo gzread.lo gzwrite.lo: zlib.h zconf.h gzguts.h
H A Dminigzip.c189 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
221 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
H A Dgzwrite.c0 /* gzwrite.c -- zlib functions for writing gzip files
143 int ZEXPORT gzwrite(file, buf, len) function
258 if (gzwrite(file, buf, 1) != 1)
273 ret = gzwrite(file, str, len);
H A Dmake_vms.com15 $! 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 Dzconf.h80 # define gzwrite z_gzwrite macro
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.cc237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
252 if (gzwrite(file, &last_char, 1) != 1)
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c584 gzwrite returns the number of bytes actually written (0 in case of error).
586 int ZEXPORT gzwrite (file, buf, len) function
660 return gzwrite(file, buf, (unsigned)len);
697 return gzwrite(file, buf, len);
711 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1;
724 return gzwrite(file, (char*)s, (unsigned)strlen(s));
787 Sets the starting position for the next gzread or gzwrite on the given
825 size = gzwrite(file, s->inbuf, size);
904 Returns the starting position for the next gzread or gzwrite on the
/macosx-10.10/sudo-73/src/zlib/
H A Dgzwrite.c0 /* 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 Dzlib.h1318 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
/macosx-10.10/zlib-55/zlib/contrib/iostream/
H A Dzfstream.cpp226 if ( gzwrite( file, q, n) < n )
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h1115 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1119 gzwrite returns the number of uncompressed bytes actually written
1187 Sets the starting position for the next gzread or gzwrite on the
1211 Returns the starting position for the next gzread or gzwrite on the
/macosx-10.10/sudo-73/src/
H A Diolog.c336 ignore_result(gzwrite(io_fds[idx].g, (const voidp)buf, len));
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1144 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1148 gzwrite returns the number of uncompressed bytes actually written
1216 Sets the starting position for the next gzread or gzwrite on the
1240 Returns the starting position for the next gzread or gzwrite on the

Completed in 238 milliseconds

12