Lines Matching refs:profile_length
1936 png_const_charp name, png_uint_32 profile_length)
1938 if (profile_length < 132)
1939 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1948 png_const_charp name, png_uint_32 profile_length)
1950 if (!icc_check_length(png_ptr, colorspace, name, profile_length))
1961 png_ptr->user_chunk_malloc_max < profile_length)
1962 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1965 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
1966 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1970 else if (PNG_SIZE_MAX < profile_length)
1971 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1981 png_const_charp name, png_uint_32 profile_length,
1992 if (temp != profile_length)
1997 if (temp > 3 && (profile_length & 3))
1998 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
2003 profile_length < 132+12*temp) /* truncated tag table */
2164 png_const_charp name, png_uint_32 profile_length,
2199 if (tag_start > profile_length || tag_length > profile_length - tag_start)
2408 png_const_charp name, png_uint_32 profile_length, png_const_bytep profile,
2414 if (icc_check_length(png_ptr, colorspace, name, profile_length) != 0 &&
2415 png_icc_check_header(png_ptr, colorspace, name, profile_length, profile,
2417 png_icc_check_tag_table(png_ptr, colorspace, name, profile_length,