Searched refs:doh_decode (Results 1 – 3 of 3) sorted by relevance
/external/curl/tests/unit/ |
D | unit1650.c | 188 rc = doh_decode((unsigned char *)resp[i].packet, resp[i].size, 244 rc = doh_decode((unsigned char *)full49, i, DNS_TYPE_A, &d); 256 rc = doh_decode((unsigned char *)&full49[i], sizeof(full49)-i-1, 269 rc = doh_decode((unsigned char *)full49, sizeof(full49)-1,
|
/external/curl/lib/ |
D | doh.h | 99 DOHcode doh_decode(unsigned char *doh,
|
D | doh.c | 576 UNITTEST DOHcode doh_decode(unsigned char *doh, in doh_decode() function 907 rc = doh_decode(data->req.doh.probe[0].serverdoh.memory, in Curl_doh_is_resolved() 917 rc2 = doh_decode(data->req.doh.probe[1].serverdoh.memory, in Curl_doh_is_resolved()
|