Searched refs:doh_encode (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1655.c | 111 d = doh_encode(name, DNS_TYPE_A, victim.dohbuffer, 154 DOHcode ret = doh_encode(sunshine1, dnstype, buffer, buflen, &olen1); 161 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2); 168 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2); 174 ret = doh_encode(sunshine1, dnstype, buffer, olen1 - 1, &olen); 178 ret = doh_encode(sunshine1, dnstype, buffer, olen1, &olen);
|
H A D | unit1650.c | 164 int rc = doh_encode(req[i].name, req[i].type,
|
/third_party/curl/lib/ |
H A D | doh.h | 110 DOHcode doh_encode(const char *host,
|
H A D | doh.c | 76 UNITTEST DOHcode doh_encode(const char *host, in doh_encode() function 223 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe()
|
Completed in 3 milliseconds