Home
last modified time | relevance | path

Searched refs:z_error (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/zlib/
H A Dzutil.h238 extern void z_error OF((char *m));
239 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c126 void z_error (m) in z_error() function
H A Ddeflate.c1073 z_error("invalid match");
H A DChangeLog535 - use z_error only for DEBUG (avoid problem with DLLs)