Searched refs:bad_character (Results 1 – 1 of 1) sorted by relevance
1732 int bad_character = 0; in png_check_keyword() local1761 bad_character = ch; in png_check_keyword()1764 else if (bad_character == 0) in png_check_keyword()1765 bad_character = ch; /* just skip it, record the first error */ in png_check_keyword()1771 if (bad_character == 0) in png_check_keyword()1772 bad_character = 32; in png_check_keyword()1786 else if (bad_character != 0) in png_check_keyword()1791 png_warning_parameter_signed(p, 2, PNG_NUMBER_FORMAT_02x, bad_character); in png_check_keyword()