Searched refs:unsupported_chunks (Results 1 - 1 of 1) sorted by relevance

/external/libpng/
H A Dpngtest.c148 static int unsupported_chunks = 0; /* chunk unsupported by libpng in input */ variable
827 ++unsupported_chunks;
836 ++unsupported_chunks;
1692 else if (unsupported_chunks > 0)
1695 inname, unsupported_chunks, strict ? ": IGNORED --strict!" : "");
1740 if (wrote_question == 0 && unsupported_chunks == 0)
1757 if (strict != 0 && unsupported_chunks == 0)
1772 if (wrote_question == 0 && unsupported_chunks == 0)
1789 /* NOTE: the unsupported_chunks escape is permitted here because
1794 if (strict != 0 && unsupported_chunks
[all...]

Completed in 143 milliseconds