Searched refs:z_error (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dzutil.h263 extern void ZLIB_INTERNAL z_error OF((char *m));
264 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error (m) function
H A Ddeflate.c1427 z_error("invalid match");
/external/qemu/distrib/zlib-1.2.3/
H A Dzutil.h244 extern void z_error OF((char *m));
245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void z_error (m) function
H A Ddeflate.c1245 z_error("invalid match");
/external/zlib/src/
H A Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c125 void ZLIB_INTERNAL z_error (m) function
H A Ddeflate.c1369 z_error("invalid match");
/external/zlib/
H A Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}

Completed in 186 milliseconds