Searched refs:doh_encode (Results 1 – 5 of 5) sorted by relevance
/external/curl/tests/unit/ |
D | unit1655.c | 109 d = doh_encode(name, DNS_TYPE_A, victim.dohbuffer, 152 DOHcode ret = doh_encode(sunshine1, dnstype, buffer, buflen, &olen1); 159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2); 166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2); 172 ret = doh_encode(sunshine1, dnstype, buffer, olen1 - 1, &olen); 176 ret = doh_encode(sunshine1, dnstype, buffer, olen1, &olen);
|
D | unit1650.c | 161 int rc = doh_encode(req[i].name, req[i].type,
|
/external/curl/tests/data/ |
D | test1655 | 20 unit test for doh_encode
|
/external/curl/lib/ |
D | doh.h | 91 DOHcode doh_encode(const char *host,
|
D | doh.c | 80 UNITTEST DOHcode doh_encode(const char *host, in doh_encode() function 228 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe()
|