Home
last modified time | relevance | path

Searched refs:doh_encode (Results 1 – 5 of 5) sorted by relevance

/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 DOHcode rc = doh_encode(req[i].name, req[i].type,
/curl/tests/data/
H A Dtest165520 unit test for doh_encode
/curl/lib/
H A Ddoh.h145 DOHcode doh_encode(const char *host,
H A Ddoh.c85 UNITTEST DOHcode doh_encode(const char *host, in doh_encode() function
252 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe()

Completed in 12 milliseconds