HomeSort by relevance Sort by last modified time
    Searched full:gzerror (Results 76 - 100 of 235) sorted by null

1 2 34 5 6 7 8 910

  /development/ndk/platforms/android-21/arch-p/symbols/
libz.so.functions.txt 53 gzerror
  /external/zlib/src/contrib/vstudio/vc10/
zlibvc.def 20 gzerror @14
  /external/zlib/src/contrib/vstudio/vc11/
zlibvc.def 20 gzerror @14
  /external/zlib/src/contrib/vstudio/vc9/
zlibvc.def 20 gzerror @14
  /external/zlib/src/contrib/iostream2/
zstream.h 98 return ::gzerror(m_fp, errnum);
214 * error number (see function gzerror below). flush() returns Z_OK if
231 return ::gzerror(m_fp, errnum);
  /external/zlib/src/contrib/pascal/
example.pas 101 WriteLn('gzputs err: ', gzerror(zfile, err));
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
113 WriteLn('gzputs err: ', gzerror(zfile, err));
131 WriteLn('gzread err: ', gzerror(zfile, err));
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
  /external/zlib/src/test/
minigzip.c 324 const char *gzerror OF((gzFile, int *));
326 const char *gzerror(gz, err) function
384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
418 if (len != (int)buf_len) error(gzerror(out, &err));
440 if (len < 0) error (gzerror(in, &err));
example.c 134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
  /external/zlib/src/contrib/ada/
zlib-thin.ads 234 function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr;
418 pragma Import (C, gzerror, "gzerror");
  /external/elfutils/src/libdwfl/
gzip.c 276 gzerror (zf, &code);
  /external/zlib/src/as400/
zlib.inc 266 D gzerror PR * extproc('gzerror') Error string
bndsrc 61 EXPORT SYMBOL("gzerror")
  /external/zlib/src/contrib/untgz/
untgz.c 406 error(gzerror(in, &err));
513 error(gzerror(in, &err));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/zlib/src/
zconf.h 68 # define gzerror z_gzerror macro
zconf.h.cmakein 70 # define gzerror z_gzerror
zconf.h.in 68 # define gzerror z_gzerror
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 53 # define gzerror z_gzerror macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 53 # define gzerror z_gzerror macro
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h     [all...]

Completed in 843 milliseconds

1 2 34 5 6 7 8 910