Searched refs:numhttps_rrs (Results 1 – 2 of 2) sorted by relevance
557 if(d->numhttps_rrs < DOH_MAX_HTTPS) { in doh_store_https()558 struct dohhttps_rr *h = &d->https_rrs[d->numhttps_rrs]; in doh_store_https()563 d->numhttps_rrs++; in doh_store_https()808 if((type != DNS_TYPE_NS) && !d->numcname && !d->numaddr && !d->numhttps_rrs) in doh_resp_decode()849 for(i = 0; i < d->numhttps_rrs; i++) { in doh_show()999 for(i = 0; i < d->numhttps_rrs; i++) in de_cleanup()1291 if(de.numhttps_rrs > 0 && result == CURLE_OK && *dnsp) { in Curl_doh_is_resolved()
148 int numhttps_rrs; member