Home
last modified time | relevance | path

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

/curl/lib/
H A Ddoh.h160 int numhttps_rrs; member
H A Ddoh.c574 if(d->numhttps_rrs < DOH_MAX_HTTPS) { in doh_store_https()
575 struct dohhttps_rr *h = &d->https_rrs[d->numhttps_rrs]; in doh_store_https()
580 d->numhttps_rrs++; in doh_store_https()
825 if((type != DNS_TYPE_NS) && !d->numcname && !d->numaddr && !d->numhttps_rrs) in doh_resp_decode()
866 for(i = 0; i < d->numhttps_rrs; i++) { in doh_show()
1024 for(i = 0; i < d->numhttps_rrs; i++) in de_cleanup()
1375 if(de.numhttps_rrs > 0 && result == CURLE_OK && *dnsp) { in Curl_doh_is_resolved()

Completed in 10 milliseconds