Searched refs:ares_dns_rr_set_opt_own (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_dns_private.h | 43 ares_status_t ares_dns_rr_set_opt_own(ares_dns_rr_t *dns_rr,
|
D | ares_dns_parse.c | 448 status = ares_dns_rr_set_opt_own(rr, ARES_RR_OPT_OPTIONS, opt, val, len); in ares_dns_parse_rr_opt() 541 status = ares_dns_rr_set_opt_own(rr, ARES_RR_SVCB_PARAMS, opt, val, len); in ares_dns_parse_rr_svcb() 592 status = ares_dns_rr_set_opt_own(rr, ARES_RR_HTTPS_PARAMS, opt, val, len); in ares_dns_parse_rr_https()
|
D | ares_dns_record.c | 1138 ares_status_t ares_dns_rr_set_opt_own(ares_dns_rr_t *dns_rr, in ares_dns_rr_set_opt_own() function 1223 status = ares_dns_rr_set_opt_own(dns_rr, key, opt, temp, val_len); in ares_dns_rr_set_opt()
|