Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c904 #define INVALID_ERROR_CODE 4 /* detected an invalid PNG */ macro
934 case INVALID_ERROR_CODE: return "invalid"; in strcode()
956 case INVALID_ERROR_CODE: reason = "invalid"; break; in emit_error()
1181 stop(file, INVALID_ERROR_CODE, what); in stop_invalid()
1738 log_error(file, INVALID_ERROR_CODE, "iTXt chunk length"); in process_iTXt()