Lines Matching refs:hrr
1173 struct Curl_https_rrinfo **hrr) in doh_resp_decode_httpsrr() argument
1243 *hrr = lhrr; in doh_resp_decode_httpsrr()
1258 struct Curl_https_rrinfo *hrr) in doh_print_httpsrr() argument
1260 DEBUGASSERT(hrr); in doh_print_httpsrr()
1262 hrr->priority, hrr->target); in doh_print_httpsrr()
1263 if(hrr->alpns) in doh_print_httpsrr()
1264 infof(data, "HTTPS RR: alpns %s", hrr->alpns); in doh_print_httpsrr()
1267 if(hrr->no_def_alpn) in doh_print_httpsrr()
1271 if(hrr->ipv4hints) { in doh_print_httpsrr()
1273 hrr->ipv4hints, hrr->ipv4hints_len); in doh_print_httpsrr()
1277 if(hrr->echconfiglist) { in doh_print_httpsrr()
1279 hrr->echconfiglist, hrr->echconfiglist_len); in doh_print_httpsrr()
1283 if(hrr->ipv6hints) { in doh_print_httpsrr()
1285 hrr->ipv6hints, hrr->ipv6hints_len); in doh_print_httpsrr()
1376 struct Curl_https_rrinfo *hrr = NULL; in Curl_doh_is_resolved() local
1378 &hrr); in Curl_doh_is_resolved()
1385 doh_print_httpsrr(data, hrr); in Curl_doh_is_resolved()
1387 (*dnsp)->hinfo = hrr; in Curl_doh_is_resolved()