Searched refs:profile_length (Results 1 – 2 of 2) sorted by relevance
1073 png_uint_32 profile_size, profile_length; in png_handle_iCCP() local1149 profile_length = data_length - prefix_length; in png_handle_iCCP()1151 if ( prefix_length > data_length || profile_length < 4) in png_handle_iCCP()1166 if (profile_size < profile_length) in png_handle_iCCP()1167 profile_length = profile_size; in png_handle_iCCP()1169 if (profile_size > profile_length) in png_handle_iCCP()1178 compression_type, png_ptr->chunkdata + prefix_length, profile_length); in png_handle_iCCP()
995 png_uint_32 profile_size, profile_length; in png_handle_iCCP() local1067 profile_length = data_length - prefix_length; in png_handle_iCCP()1069 if ( prefix_length > data_length || profile_length < 4) in png_handle_iCCP()1083 if(profile_size < profile_length) in png_handle_iCCP()1084 profile_length = profile_size; in png_handle_iCCP()1086 if(profile_size > profile_length) in png_handle_iCCP()1094 chunkdata + prefix_length, profile_length); in png_handle_iCCP()