Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/comp/
H A Dc_zlib.c115 # define zError p_zError macro
401 ERR_add_error_data(2, "zlib error:", zError(ret)); in bio_zlib_read()
487 ERR_add_error_data(2, "zlib error:", zError(ret)); in bio_zlib_write()
536 ERR_add_error_data(2, "zlib error:", zError(ret)); in bio_zlib_flush()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h96 #define zError z_zError macro
H A Dzmod.c112 return (zError(err)); in z_strerror()
H A Dzutil.c138 const char * ZEXPORT zError(err) in zError() function
H A Dzlib.h1351 ZEXTERN const char * ZEXPORT zError OF((int));
/freebsd-12.1/lib/libz/
H A DSymbol.map97 zError;
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c564 parseterminate("zlib start failed: %s", zError(rc)); in compress_start()
583 parseterminate("zlib deflate failed: %s", zError(rc)); in compress_buffer()
604 parseterminate("zlib finish failed: %s", zError(rc)); in compress_flush()
617 parseterminate("zlib end failed: %s", zError(rc)); in compress_end()
1318 warning("CTF decompress zlib error %s\n", zError(rc)); in decompress_ctf()
/freebsd-12.1/sys/contrib/zlib/
H A Dzutil.c133 const char * ZEXPORT zError(err) in zError() function
H A Dzconf.h132 # define zError z_zError macro
H A Dzlib.h1889 ZEXTERN const char * ZEXPORT zError OF((int));
H A Dzconf.h.in132 # define zError z_zError macro
H A DChangeLog1236 - add undocumented function zError to convert error code to string
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c972 die("failed to initialize zlib: %s\n", zError(rc)); in main()
975 die("failed to decompress CTF data: %s\n", zError(rc)); in main()
978 die("failed to finish decompression: %s\n", zError(rc)); in main()
/freebsd-12.1/contrib/mandoc/
H A Dread.c510 zError(gzerrnum) : strerror(errno)); in read_whole_file()
519 zError(gzerrnum)); in read_whole_file()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c112 zlib.z_error = zError; in ctf_zopen()
/freebsd-12.1/contrib/file/src/
H A Dcompress.c542 strlcpy((char *)*newch, z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()