golang.org/x/net/idna.options.verifyDNSLength (field)

9 uses

	golang.org/x/net/idna (current package)
		idna10.0.0.go#L71: 	return func(o *options) { o.verifyDNSLength = verify }
		idna10.0.0.go#L156: 	verifyDNSLength   bool
		idna10.0.0.go#L231: 	if p.verifyDNSLength {
		idna10.0.0.go#L276: 		verifyDNSLength: true,
		idna10.0.0.go#L318: 	if err == nil && p.verifyDNSLength && s == "" {
		idna10.0.0.go#L327: 			if err == nil && p.verifyDNSLength {
		idna10.0.0.go#L376: 			if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
		idna10.0.0.go#L382: 	if toASCII && p.verifyDNSLength && err == nil {
		idna10.0.0.go#L679: 		if p.verifyDNSLength {