Searched refs:bad_character (Results 1 – 2 of 2) sorted by relevance
1680 int bad_character = 0; in png_check_keyword() local1707 bad_character = ch; in png_check_keyword()1710 else if (bad_character == 0) in png_check_keyword()1711 bad_character = ch; /* just skip it, record the first error */ in png_check_keyword()1717 if (bad_character == 0) in png_check_keyword()1718 bad_character = 32; in png_check_keyword()1732 else if (bad_character != 0) in png_check_keyword()1737 png_warning_parameter_signed(p, 2, PNG_NUMBER_FORMAT_02x, bad_character); in png_check_keyword()
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()