HomeSort by relevance Sort by last modified time
    Searched defs:doh (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
doh.c 27 #include "doh.h"
157 /* called from multi.c when this DOH transfer is complete */
158 static int Curl_doh_done(struct Curl_easy *doh, CURLcode result)
160 struct Curl_easy *data = doh->set.dohfor;
161 /* so one of the DOH request done for the 'data' transfer is now complete! */
162 data->req.doh.pending--;
163 infof(data, "a DOH request is completed, %u to go\n", data->req.doh.pending);
165 infof(data, "DOH request %s\n", curl_easy_strerror(result));
167 if(!data->req.doh.pending)
189 struct Curl_easy *doh = NULL; local
    [all...]
urldata.h 521 /* one of these for each DoH request */
607 struct dohdata doh; /* DoH specific data for this request */ member in struct:SingleRequest
1739 bit doh:1; \/* DNS-over-HTTPS enabled *\/ member in struct:UserDefined
    [all...]

Completed in 350 milliseconds