Searched refs:PNG_IS_READ_STRUCT (Results 1 – 14 of 14) sorted by relevance
367 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()378 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()541 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_chunk_report()555 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_chunk_report()
130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()811 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
1171 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()1217 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()1226 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()1575 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()1583 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
1175 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
639 #define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */ macro
1135 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
51 png_ptr->mode = PNG_IS_READ_STRUCT;