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()
1122 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()1168 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()1177 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()1525 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()1533 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()796 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
1145 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
575 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
1100 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
51 png_ptr->mode = PNG_IS_READ_STRUCT;
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()
1174 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
630 #define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */ macro
1141 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&