HomeSort by relevance Sort by last modified time
    Searched full:gzwrite (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/chromium/third_party/zlib/
mozzconf.h 75 #define gzwrite MOZ_Z_gzwrite macro
gzio.c 561 gzwrite returns the number of bytes actually written (0 in case of error).
563 int ZEXPORT gzwrite (file, buf, len) function
637 return gzwrite(file, buf, (unsigned)len);
674 return gzwrite(file, buf, len);
688 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1;
701 return gzwrite(file, (char*)s, (unsigned)strlen(s));
764 Sets the starting position for the next gzread or gzwrite on the given
802 size = gzwrite(file, s->inbuf, size);
881 Returns the starting position for the next gzread or gzwrite on the
  /external/zlib/
Makefile.in 57 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
240 gzclose.o gzlib.o gzread.o gzwrite.o: zlib.h zconf.h gzguts.h
250 gzclose.lo gzlib.lo gzread.lo gzwrite.lo: zlib.h zconf.h gzguts.h
gzwrite.c 0 /* 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);
treebuild.xml 41 <source name="gzwrite.c">
gzio.c 557 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
CMakeLists.txt 105 gzwrite.c
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
minigzip.c 189 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
221 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
  /external/zlib/as400/
bndsrc 49 EXPORT SYMBOL("gzwrite")
zlib.inc 145 D gzwrite PR 10I 0 extproc('gzwrite')
  /external/zlib/contrib/vstudio/vc10/
zlibvc.vcxproj.filters 39 <ClCompile Include="..\..\..\gzwrite.c">
  /external/zlib/msdos/
Makefile.dj2 54 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
  /external/zlib/old/as400/
bndsrc 49 EXPORT SYMBOL("gzwrite")
zlib.inc 145 D gzwrite PR 10I 0 extproc('gzwrite')
  /external/zlib/win32/
Makefile.gcc 66 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
156 gzwrite.o: zlib.h zconf.h gzguts.h
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 557 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/contrib/ada/
zlib-thin.ads 198 function gzwrite
406 pragma Import (C, gzwrite, "gzwrite");
  /external/zlib/contrib/iostream/
zfstream.cpp 226 if ( gzwrite( file, q, n) < n )
  /external/zlib/old/
zlib.html 117 <li> int <a href="#gzwrite">gzwrite</a> (gzFile file, const voidp buf, unsigned len);
234 <font color="Blue"><dt> int <a name="gzwrite">gzwrite</a> (gzFile file, const voidp buf, unsigned len);</font>
237 <a href="#gzwrite">gzwrite</a> returns the number of uncompressed bytes actually written
291 Sets the starting position for the next <a href="#gzread">gzread</a> or <a href="#gzwrite">gzwrite</a> on the
316 Returns the starting position for the next <a href="#gzread">gzread</a> or <a href="#gzwrite">gzwrite</a> on th
    [all...]
  /external/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)
  /development/ndk/platforms/android-3/arch-arm/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 

Completed in 188 milliseconds

12 3 4