Searched refs:PNG_FLAG_BENIGN_ERRORS_WARN (Results 1 – 6 of 6) sorted by relevance
364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_benign_error()517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_chunk_benign_error()
1682 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()1686 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
699 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000U /* Added to libpng-1.4.0 */ macro
552 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
1518 PNG_FLAG_BENIGN_ERRORS_WARN)) in png_handle_iCCP()