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

12

/external/zlib/src/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
/external/zlib/src/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
/external/zlib/src/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
/external/zlib/src/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());
/external/zlib/src/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);
/external/zlib/
H A DAndroid.mk16 src/gzwrite.c \
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h75 #define gzwrite MOZ_Z_gzwrite macro
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 Dzconf.h83 # define gzwrite z_gzwrite macro
H A Dzlib.target.darwin-arm.mk32 third_party/zlib/gzwrite.c \
H A Dzlib.target.darwin-mips.mk32 third_party/zlib/gzwrite.c \
H A Dzlib.target.darwin-x86.mk32 third_party/zlib/gzwrite.c \
H A Dzlib.target.linux-arm.mk32 third_party/zlib/gzwrite.c \
H A Dzlib.target.linux-mips.mk32 third_party/zlib/gzwrite.c \
H A Dzlib.target.linux-x86.mk32 third_party/zlib/gzwrite.c \
/external/zlib/src/test/
H A Dminigzip.c234 int gzwrite OF((gzFile, const void *, unsigned));
236 int gzwrite(gz, buf, len) function
384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
416 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
/external/zlib/src/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)
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c557 gzwrite returns the number of bytes actually written (0 in case of error).
559 int ZEXPORT gzwrite (file, buf, len) function
633 return gzwrite(file, buf, (unsigned)len);
670 return gzwrite(file, buf, len);
684 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1;
697 return gzwrite(file, (char*)s, (unsigned)strlen(s));
760 Sets the starting position for the next gzread or gzwrite on the given
798 size = gzwrite(file, s->inbuf, size);
877 Returns the starting position for the next gzread or gzwrite on the
/external/zlib/src/
H A Dgzwrite.c0 /* gzwrite.c -- zlib functions for writing gzip files
165 int ZEXPORT gzwrite(file, buf, len) function
287 if (gzwrite(file, buf, 1) != 1)
302 ret = gzwrite(file, str, len);
H A Dmake_vms.com15 $! 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
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp226 if ( gzwrite( file, q, n) < n )
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h1117 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1121 gzwrite returns the number of uncompressed bytes actually written
1189 Sets the starting position for the next gzread or gzwrite on the
1213 Returns the starting position for the next gzread or gzwrite on the
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1117 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1121 gzwrite returns the number of uncompressed bytes actually written
1189 Sets the starting position for the next gzread or gzwrite on the
1213 Returns the starting position for the next gzread or gzwrite on the
/external/open-vcdiff/src/zlib/
H A Dzlib.h1117 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1121 gzwrite returns the number of uncompressed bytes actually written
1189 Sets the starting position for the next gzread or gzwrite on the
1213 Returns the starting position for the next gzread or gzwrite on the

Completed in 278 milliseconds

12