Home
last modified time | relevance | path

Searched refs:gzerror (Results 1 – 25 of 38) sorted by relevance

12

/external/qemu/android/filesystems/
Dramdisk_extractor.cpp115 gzerror(mFile, &mError); in tryRead()
122 gzerror(mFile, &mError); in tryRead()
152 gzerror(mFile, &mError); in doSkip()
/external/zlib/src/contrib/pascal/
Dexample.pas101 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/
Dminigzip.c324 const char *gzerror OF((gzFile, int *));
326 const char *gzerror(gz, err) in gzerror() 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));
Dexample.c134 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/old/os2/
Dzlib.def24 gzerror
/external/zlib/src/win32/
Dzlib.def59 gzerror
/external/zlib/src/contrib/iostream2/
Dzstream.h98 return ::gzerror(m_fp, errnum); in error()
231 return ::gzerror(m_fp, errnum); in error()
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def20 gzerror @14
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def20 gzerror @14
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def20 gzerror @14
/external/zlib/src/contrib/ada/
Dzlib-thin.ads234 function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr; subprogspec
418 pragma Import (C, gzerror, "gzerror");
/external/chromium_org/third_party/zlib/
Dmozzconf.h88 #define gzerror MOZ_Z_gzerror macro
Dzconf.h64 # define gzerror z_gzerror macro
Dgzlib.c443 const char * ZEXPORT gzerror(file, errnum) in gzerror() function
/external/zlib/src/contrib/untgz/
Duntgz.c406 error(gzerror(in, &err)); in tar()
513 error(gzerror(in, &err)); in tar()
/external/zlib/src/as400/
Dbndsrc61 EXPORT SYMBOL("gzerror")
/external/elfutils/0.153/libdwfl/
Dgzip.c297 gzerror (zf, &code); in unzip()
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h68 # define gzerror z_gzerror macro
Dgzlib.c528 const char * ZEXPORT gzerror( in gzerror() function
/external/qemu/distrib/zlib-1.2.8/
Dzconf.h68 # define gzerror z_gzerror macro
/external/zlib/
Dzconf.h68 # define gzerror z_gzerror macro
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h68 # define gzerror z_gzerror macro
/external/zlib/src/
Dzconf.h68 # define gzerror z_gzerror macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h1239 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobspatch.c347 gzerror(cf->u.gz, &gz_err); in cfread()

12