Symbol: LDNS_WIREPARSE_ERR_LABEL_OVERFLOW
sbin/unwind/libunbound/sldns/str2wire.c
125
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, q-buf);
sbin/unwind/libunbound/sldns/str2wire.c
2534
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
sbin/unwind/libunbound/sldns/str2wire.c
2564
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
sbin/unwind/libunbound/sldns/str2wire.c
2856
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, s-(char*)str+255*2);
sbin/unwind/libunbound/sldns/str2wire.c
2867
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, s-(char*)str+65535);
sbin/unwind/libunbound/sldns/str2wire.c
2884
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
sbin/unwind/libunbound/sldns/str2wire.c
89
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, q-buf);
sbin/unwind/libunbound/sldns/wire2str.c
119
{ LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, "Label length overflow" },
usr.sbin/unbound/sldns/str2wire.c
125
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, q-buf);
usr.sbin/unbound/sldns/str2wire.c
2534
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
usr.sbin/unbound/sldns/str2wire.c
2564
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
usr.sbin/unbound/sldns/str2wire.c
2856
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, s-(char*)str+255*2);
usr.sbin/unbound/sldns/str2wire.c
2867
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, s-(char*)str+65535);
usr.sbin/unbound/sldns/str2wire.c
2884
return LDNS_WIREPARSE_ERR_LABEL_OVERFLOW;
usr.sbin/unbound/sldns/str2wire.c
89
return RET_ERR(LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, q-buf);
usr.sbin/unbound/sldns/wire2str.c
119
{ LDNS_WIREPARSE_ERR_LABEL_OVERFLOW, "Label length overflow" },