Searched refs:PNG_IGNORE_ADLER32 (Results 1 – 8 of 8) sorted by relevance
122 #ifdef PNG_IGNORE_ADLER32 in LLVMFuzzerTestOneInput()123 png_set_option(png_handler.png_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in LLVMFuzzerTestOneInput()
1001 #ifdef PNG_IGNORE_ADLER32 in test_one_file()1003 png_set_option(read_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in test_one_file()
426 defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_IGNORE_ADLER32) in png_inflate_claim()427 if (((png_ptr->options >> PNG_IGNORE_ADLER32) & 3) == PNG_OPTION_ON) in png_inflate_claim()
3210 #define PNG_IGNORE_ADLER32 8 macro
5763 Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Fixes
2518 #ifdef PNG_IGNORE_ADLER32 in ReadOnePNGImage()2520 png_set_option(ping, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in ReadOnePNGImage()