Searched refs:profile_length (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c1045 png_uint_32 profile_size, profile_length; local
1121 profile_length = data_length - prefix_length;
1123 if ( prefix_length > data_length || profile_length < 4)
1138 if (profile_size < profile_length)
1139 profile_length = profile_size;
1141 if (profile_size > profile_length)
1150 compression_type, png_ptr->chunkdata + prefix_length, profile_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c988 png_uint_32 profile_size, profile_length; local
1060 profile_length = data_length - prefix_length;
1062 if ( prefix_length > data_length || profile_length < 4)
1076 if(profile_size < profile_length)
1077 profile_length = profile_size;
1079 if(profile_size > profile_length)
1087 chunkdata + prefix_length, profile_length);

Completed in 102 milliseconds