Home
last modified time | relevance | path

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

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