Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dzutil.h101 extern void z_error OF((char *m));
102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c33 void z_error (m) in z_error() function
H A Ddeflate.c1282 z_error("invalid match");