Home
last modified time | relevance | path

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

1234

/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/libs/beast/test/extern/zlib-1.2.11/old/os2/
Dzlib.def24 gzerror
/third_party/zlib/old/os2/
Dzlib.def24 gzerror
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream2/
Dzstream.h98 return ::gzerror(m_fp, errnum); in error()
231 return ::gzerror(m_fp, errnum); in error()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/
Dzlib.def63 gzerror
/third_party/node/deps/zlib/win32/
Dzlib.def63 gzerror
/third_party/zlib/contrib/vstudio/vc14/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc10/
Dzlibvc.def20 gzerror @14
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc14/
Dzlibvc.def20 gzerror @14
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc9/
Dzlibvc.def20 gzerror @14
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc14/
Dzlibvc.def20 gzerror @14
/third_party/zlib/contrib/vstudio/vc12/
Dzlibvc.def20 gzerror @14
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc10/
Dzlibvc.def20 gzerror @14

1234