Home
last modified time | relevance | path

Searched refs:doh_encode (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit1655.c111 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 Dunit1650.c164 int rc = doh_encode(req[i].name, req[i].type,
/third_party/curl/lib/
H A Ddoh.h110 DOHcode doh_encode(const char *host,
H A Ddoh.c76 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