Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ z_error
Function
z_error
zlib/zutil.c:122–127 ·
view source on GitHub ↗
(m)
Source
from the content-addressed store, hash-verified
120
int z_verbose = verbose;
121
122
void z_error (m)
123
char *m;
124
{
125
fprintf(stderr,
"%s\n"
, m);
126
exit(1);
127
}
128
#endif
129
130
/* exported to allow conversion of error code to string for compress() and
Callers
1
check_match
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected