Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/zlib/
H A Dzutil.h286 extern void z_error OF((char *m));
287 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c150 z_error(char *m) in z_error() function
H A Ddeflate.c1270 z_error("invalid match"); in check_match()