Home
last modified time | relevance | path

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

12

/third_party/zlib/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));
/third_party/zlib/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));
/third_party/zlib/old/os2/
Dzlib.def24 gzerror
/third_party/zlib/contrib/iostream2/
Dzstream.h98 return ::gzerror(m_fp, errnum); in error()
231 return ::gzerror(m_fp, errnum); in error()
/third_party/zlib/win32/
Dzlib.def63 gzerror
/third_party/node/deps/zlib/win32/
Dzlib.def63 gzerror
/third_party/zlib/contrib/vstudio/vc12/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc10/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc14/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc9/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc11/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/ada/
Dzlib-thin.ads234 function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr; subprogspec
418 pragma Import (C, gzerror, "gzerror");
/third_party/toybox/toys/lsb/
Dgzip.c92 error_msg("%s%s: %s", "gz", dd ? "read" : "write", gzerror(gz, &len));
/third_party/zlib/contrib/untgz/
Duntgz.c406 error(gzerror(in, &err)); in tar()
513 error(gzerror(in, &err)); in tar()
/third_party/skia/third_party/externals/zlib/
Dchromeconf.h83 #define gzerror Cr_z_gzerror macro
Dzconf.h85 # define gzerror z_gzerror macro
/third_party/zlib/os400/
Dbndsrc37 EXPORT SYMBOL("gzerror")
/third_party/flutter/skia/third_party/externals/zlib/
Dnames.h71 #define gzerror Cr_z_gzerror macro
Dzconf.h76 # define gzerror z_gzerror macro
/third_party/node/deps/zlib/
Dchromeconf.h83 #define gzerror Cr_z_gzerror macro
Dzconf.h85 # define gzerror z_gzerror macro
/third_party/libwebsockets/win32port/zlib/
Dzconf.h62 # define gzerror z_gzerror macro
/third_party/freetype/src/gzip/
Dftzconf.h73 # define gzerror z_gzerror macro
/third_party/zlib/
Dzconf.h73 # define gzerror z_gzerror macro

12