Home
last modified time | relevance | path

Searched refs:ARES_RR_HTTPS_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_dns_mapping.c371 case ARES_RR_HTTPS_PRIORITY: in ares_dns_rr_key_tostr()
454 case ARES_RR_HTTPS_PRIORITY: in ares_dns_rr_key_datatype()
517 static const ares_dns_rr_key_t rr_https_keys[] = { ARES_RR_HTTPS_PRIORITY,
Dares_dns_write.c683 status = ares_dns_write_rr_be16(buf, rr, ARES_RR_HTTPS_PRIORITY); in ares_dns_write_rr_https()
Dares_dns_parse.c556 status = ares_dns_parse_and_set_be16(buf, rr, ARES_RR_HTTPS_PRIORITY); in ares_dns_parse_rr_https()
Dares_dns_record.c671 case ARES_RR_HTTPS_PRIORITY: in ares_dns_rr_data_ptr()
/third_party/node/deps/cares/include/
Dares_dns_record.h256 ARES_RR_HTTPS_PRIORITY = (ARES_REC_TYPE_HTTPS * 100) + 1, enumerator