Searched refs:APP_FAIL (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngimage.c | 514 APP_FAIL, /* continuable error - no need to longjmp */ enumerator 698 case APP_FAIL: lp = "error(continuable)"; break; in display_log() 762 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log() 1031 display_log(dp, APP_FAIL, "PNG chunks changed from 0x%lx to 0x%lx", in compare_read() 1087 display_log(dp, APP_FAIL, in compare_read() 1242 display_log(dp, APP_FAIL, in compare_read() 1252 display_log(dp, APP_FAIL, in compare_read()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 125 APP_FAIL, /* continuable error - no need to longjmp */ enumerator 606 case APP_FAIL: lp = "error(continuable)"; break; in display_log() 631 if (level > APP_FAIL || (level > ERRORS && !(dp->options & CONTINUE))) in display_log()
|
Completed in 11 milliseconds