Home
last modified time | relevance | path

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

/external/curl/lib/
Ddoh.h59 DOH_DNS_NAME_TOO_LONG /* 13 */ enumerator
Ddoh.c66 if((code >= DOH_OK) && (code <= DOH_DNS_NAME_TOO_LONG)) in doh_strerror()
119 return DOH_DNS_NAME_TOO_LONG; in doh_encode()
/external/curl/tests/unit/
Dunit1655.c94 { toolong, DOH_DNS_NAME_TOO_LONG }, /* expect early failure */
/external/curl/
DRELEASE-NOTES70 o doh: add error message for DOH_DNS_NAME_TOO_LONG [17]
DCHANGES1546 doh: add error message for DOH_DNS_NAME_TOO_LONG