Searched refs:DNS_R_TEXTTOOLONG (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dresult.c51 "text too long", /*%< 14 DNS_R_TEXTTOOLONG */
265 case DNS_R_TEXTTOOLONG:
H A Dmasterdump.c284 return (DNS_R_TEXTTOOLONG);
295 * so it won't help. Use DNS_R_TEXTTOOLONG as a substitute.
298 return (DNS_R_TEXTTOOLONG);
304 return (DNS_R_TEXTTOOLONG);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h60 #define DNS_R_TEXTTOOLONG (ISC_RESULTCLASS_DNS + 14) macro
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dnsec3param_51.c84 RETTOK(DNS_R_TEXTTOOLONG);
H A Dnsec3_50.c89 RETTOK(DNS_R_TEXTTOOLONG);
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c613 { DNS_R_TEXTTOOLONG, "DNS_R_TEXTTOOLONG" },

Completed in 18 milliseconds