Home
last modified time | relevance | path

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

/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.c320 const char *gzerror OF((gzFile, int *));
322 const char *gzerror(gz, err) in gzerror() function
380 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
414 if (len != (int)buf_len) error(gzerror(out, &err));
436 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.def57 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/vc9/
Dzlibvc.def20 gzerror @14
/external/zlib/src/contrib/vstudio/vc10/
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/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")
Dzlib.inc266 D gzerror PR * extproc('gzerror') Error string
/external/zlib/
Dzconf.h67 # define gzerror z_gzerror macro
Dzlib.h1519 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
/external/zlib/src/
Dzconf.h67 # define gzerror z_gzerror macro
Dgzlib.c518 const char * ZEXPORT gzerror(file, errnum) in gzerror() function
Dzlib.h1519 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
Dzconf.h.cmakein69 # define gzerror z_gzerror
Dzconf.h.in67 # define gzerror z_gzerror macro
DChangeLog287 - Don't set error code in gzerror() if passed pointer is NULL
327 - Note in zlib.h that gzerror() should be used to distinguish from EOF
449 - Fix gzerror() error report on empty input file [Brown]
509 - Add comments to zlib.h about gzerror() usage [Brown]
1178 - zlibVersion and gzerror return const char* (needed for DLL)
1409 - added gzerror()
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h1236 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
Dgzio.c987 const char * ZEXPORT gzerror (file, errnum) in gzerror() function
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h1239 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));