Lines Matching refs:proflen
1158 png_uint_32 proflen = 0; in insert_iCCP() local
1175 proflen = (png_uint_32)filelen; in insert_iCCP()
1193 proflen = (png_uint_32)(fake_len & ~3U); in insert_iCCP()
1195 png_save_uint_32(profile, proflen); in insert_iCCP()
1208 if (proflen & 3) in insert_iCCP()
1217 while (proflen & 3) in insert_iCCP()
1218 profile[proflen++] = 0; in insert_iCCP()
1221 if (profile != NULL && proflen > 3) in insert_iCCP()
1225 if (prof_header != proflen) in insert_iCCP()
1230 (unsigned long)proflen, (unsigned long)prof_header); in insert_iCCP()
1231 png_save_uint_32(profile, proflen); in insert_iCCP()
1235 if (result && profile != NULL && proflen >=4) in insert_iCCP()
1237 profile, proflen); in insert_iCCP()