Searched refs:PNG_CHUNK_ANCILLARY (Results 1 – 3 of 3) sorted by relevance
888 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro889 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
231 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0 ? in png_crc_finish()257 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_crc_error()3033 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()3067 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
143 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_calculate_crc()