/third_party/zlib/contrib/pascal/ |
D | 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));
|
/third_party/zlib/test/ |
D | minigzip.c | 324 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));
|
D | 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));
|
/third_party/zlib/old/os2/ |
D | zlib.def | 24 gzerror
|
/third_party/zlib/contrib/iostream2/ |
D | zstream.h | 98 return ::gzerror(m_fp, errnum); in error() 231 return ::gzerror(m_fp, errnum); in error()
|
/third_party/zlib/win32/ |
D | zlib.def | 63 gzerror
|
/third_party/node/deps/zlib/win32/ |
D | zlib.def | 63 gzerror
|
/third_party/zlib/contrib/vstudio/vc12/ |
D | zlibvc.def | 20 gzerror @14
|
/third_party/zlib/contrib/vstudio/vc10/ |
D | zlibvc.def | 20 gzerror @14
|
/third_party/zlib/contrib/vstudio/vc14/ |
D | zlibvc.def | 20 gzerror @14
|
/third_party/zlib/contrib/vstudio/vc9/ |
D | zlibvc.def | 20 gzerror @14
|
/third_party/zlib/contrib/vstudio/vc11/ |
D | zlibvc.def | 20 gzerror @14
|
/third_party/zlib/contrib/ada/ |
D | zlib-thin.ads | 234 function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr; subprogspec 418 pragma Import (C, gzerror, "gzerror");
|
/third_party/toybox/toys/lsb/ |
D | gzip.c | 92 error_msg("%s%s: %s", "gz", dd ? "read" : "write", gzerror(gz, &len));
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 406 error(gzerror(in, &err)); in tar() 513 error(gzerror(in, &err)); in tar()
|
/third_party/skia/third_party/externals/zlib/ |
D | chromeconf.h | 83 #define gzerror Cr_z_gzerror macro
|
D | zconf.h | 85 # define gzerror z_gzerror macro
|
/third_party/zlib/os400/ |
D | bndsrc | 37 EXPORT SYMBOL("gzerror")
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | names.h | 71 #define gzerror Cr_z_gzerror macro
|
D | zconf.h | 76 # define gzerror z_gzerror macro
|
/third_party/node/deps/zlib/ |
D | chromeconf.h | 83 #define gzerror Cr_z_gzerror macro
|
D | zconf.h | 85 # define gzerror z_gzerror macro
|
/third_party/libwebsockets/win32port/zlib/ |
D | zconf.h | 62 # define gzerror z_gzerror macro
|
/third_party/freetype/src/gzip/ |
D | ftzconf.h | 73 # define gzerror z_gzerror macro
|
/third_party/zlib/ |
D | zconf.h | 73 # define gzerror z_gzerror macro
|