Home
last modified time | relevance | path

Searched refs:zError (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c109 #define zError p_zError macro
462 "zlib error: %s", zError(ret)); in bio_zlib_read()
478 "zlib error: %s", zError(ret)); in bio_zlib_read()
527 "zlib error: %s", zError(ret)); in bio_zlib_write()
566 "zlib error: %s", zError(ret)); in bio_zlib_write()
615 "zlib error: %s", zError(ret)); in bio_zlib_flush()
/freebsd/lib/libz/
H A DSymbol.map102 zError;
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c137 return (zError(err)); in z_strerror()
/freebsd/sys/contrib/zlib/
H A Dzutil.c131 const char * ZEXPORT zError(int err) { in zError() function
H A Dzconf.h146 # define zError z_zError macro
H A Dzlib.h1919 ZEXTERN const char * ZEXPORT zError(int);
H A Dzconf.h.in135 # define zError z_zError macro
H A DChangeLog9 - Add bounds checking to ERR_MSG() macro, used by zError()
1339 - add undocumented function zError to convert error code to string
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c557 parseterminate("zlib start failed: %s", zError(rc)); in compress_start()
576 parseterminate("zlib deflate failed: %s", zError(rc)); in compress_buffer()
597 parseterminate("zlib finish failed: %s", zError(rc)); in compress_flush()
610 parseterminate("zlib end failed: %s", zError(rc)); in compress_end()
1427 warning("CTF decompress zlib error %s\n", zError(rc)); in decompress_ctf()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c1063 die("failed to initialize zlib: %s\n", zError(rc)); in main()
1066 die("failed to decompress CTF data: %s\n", zError(rc)); in main()
1069 die("failed to finish decompression: %s\n", zError(rc)); in main()
/freebsd/contrib/mandoc/
H A Dread.c525 zError(gzerrnum) : strerror(errno)); in read_whole_file()
534 zError(gzerrnum)); in read_whole_file()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp159 zError(rc)); in ParseHeader()
165 LLDB_LOG(log, "CTF parsing failed: inflate error: {0}", zError(rc)); in ParseHeader()
171 LLDB_LOG(log, "CTF parsing failed: inflate end error: {0}", zError(rc)); in ParseHeader()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c113 zlib.z_error = zError; in ctf_zopen()
/freebsd/contrib/file/src/
H A Dcompress.c655 return makeerror(newch, n, "%s", z.msg ? z.msg : zError(rc)); in uncompresszlib()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1197 return zError(err); in z_zError()