Home
last modified time | relevance | path

Searched refs:profile_id (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dprofile.c1413 profile_id; in WriteTo8BimProfile() local
1416 profile_id=0x040f; in WriteTo8BimProfile()
1419 profile_id=0x0404; in WriteTo8BimProfile()
1422 profile_id=0x0424; in WriteTo8BimProfile()
1451 if (id != profile_id) in WriteTo8BimProfile()
/external/boringssl/src/ssl/
Dt1_lib.c1705 uint16_t profile_id; in ext_srtp_parse_serverhello() local
1707 !CBS_get_u16(&profile_ids, &profile_id) || in ext_srtp_parse_serverhello()
1731 if (profile->id == profile_id) { in ext_srtp_parse_serverhello()
1771 uint16_t profile_id; in ext_srtp_parse_clienthello() local
1772 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()
1776 if (server_profile->id == profile_id) { in ext_srtp_parse_clienthello()