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

/bind-9.11.3/lib/dns/
H A Dresult.c40 "text too long", /*%< 14 DNS_R_TEXTTOOLONG */
186 "DNS_R_TEXTTOOLONG",
420 case DNS_R_TEXTTOOLONG:
H A Dmasterdump.c333 return (DNS_R_TEXTTOOLONG);
343 return (DNS_R_TEXTTOOLONG);
351 return (DNS_R_TEXTTOOLONG);
363 * so it won't help. Use DNS_R_TEXTTOOLONG as a substitute.
366 return (DNS_R_TEXTTOOLONG);
372 return (DNS_R_TEXTTOOLONG);
/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h49 #define DNS_R_TEXTTOOLONG (ISC_RESULTCLASS_DNS + 14) macro
/bind-9.11.3/lib/dns/rdata/generic/
H A Dnsec3param_51.c76 RETTOK(DNS_R_TEXTTOOLONG);
H A Dnsec3_50.c78 RETTOK(DNS_R_TEXTTOOLONG);
/bind-9.11.3/lib/tests/
H A Dt_api.c641 { DNS_R_TEXTTOOLONG, "DNS_R_TEXTTOOLONG" },

Completed in 755 milliseconds