Searched refs:numhttps_rrs (Results 1 – 2 of 2) sorted by relevance
160 int numhttps_rrs; member
574 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