Searched refs:easy_mid (Results 1 – 2 of 2) sorted by relevance
63 curl_off_t easy_mid; /* multi id of easy handle doing the lookup */ member
390 p->easy_mid = doh->mid; in doh_run_probe()395 p->easy_mid = -1; in doh_run_probe()432 dohp->probe[i].easy_mid = -1; in Curl_doh()1303 if(dohp->probe[DOH_SLOT_IPV4].easy_mid < 0 && in Curl_doh_is_resolved()1304 dohp->probe[DOH_SLOT_IPV6].easy_mid < 0) { in Curl_doh_is_resolved()1410 mid = doh->probe[slot].easy_mid; in Curl_doh_close()1413 doh->probe[slot].easy_mid = -1; in Curl_doh_close()1421 doh->probe[slot].easy_mid)); in Curl_doh_close()
Completed in 8 milliseconds