Home | History | Annotate | Download | only in libpng

Lines Matching full:profile_length

1073    png_uint_32 profile_size, profile_length;
1149 profile_length = data_length - prefix_length;
1151 if ( prefix_length > data_length || profile_length < 4)
1166 if (profile_size < profile_length)
1167 profile_length = profile_size;
1169 if (profile_size > profile_length)
1178 compression_type, png_ptr->chunkdata + prefix_length, profile_length);