Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dzutil.h188 extern void z_error OF((char *m));
189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
/external/python/cpython2/Modules/zlib/
Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c125 void ZLIB_INTERNAL z_error (m) in z_error() function
Ddeflate.c1369 z_error("invalid match");
DChangeLog1243 - use z_error only for DEBUG (avoid problem with DLLs)
/external/syslinux/com32/lib/zlib/
Dzutil.h248 extern void ZLIB_INTERNAL z_error OF((const char *m));
249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() function
Ddeflate.c1284 z_error("invalid match");
/external/pdfium/third_party/zlib_v128/
Dzutil.h224 extern void ZLIB_INTERNAL z_error OF((char *m));
225 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c125 void ZLIB_INTERNAL z_error ( in z_error() function
Ddeflate.c1368 z_error("invalid match"); in check_match()
/external/zlib/src/
Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c125 void ZLIB_INTERNAL z_error (m) in z_error() function
Ddeflate.c1369 z_error("invalid match");
DChangeLog1243 - use z_error only for DEBUG (avoid problem with DLLs)