Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h252 extern void z_error OF((char *m));
253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h252 extern void z_error OF((char *m));
253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c122 void z_error (m) in z_error() function
Ddeflate.c1245 z_error("invalid match");
DChangeLog626 - use z_error only for DEBUG (avoid problem with DLLs)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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)
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.h240 extern void ZLIB_INTERNAL z_error OF((char *m));
241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
Dzutil.c119 void ZLIB_INTERNAL z_error (m) in z_error() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h225 extern void ZLIB_INTERNAL z_error OF((char *m));
226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}