internal/godebug.Setting.Value (method)

50 uses

	internal/godebug (current package)
		godebug.go#L112: 	return s.Name() + "=" + s.Value()
		godebug.go#L157: func (s *Setting) Value() string {
		godebug.go#L224: 	s.Value()

	crypto/internal/fips140deps/godebug
		godebug.go#L18: 	return (*godebug.Setting)(s).Value()
		godebug.go#L22: 	return godebug.New(name).Value()

	crypto/internal/fips140only
		fips140only.go#L19: var Enabled = godebug.New("fips140").Value() == "only"

	crypto/rsa
		rsa.go#L254: 	if rsa1024min.Value() == "0" {

	crypto/tls
		common.go#L1145: 			if isClient || tls10server.Value() != "1" {
		conn.go#L1647: 			if tlsunsafeekm.Value() == "1" {
		defaults.go#L21: 	if tlsmlkem.Value() == "0" {
		defaults.go#L53: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		defaults.go#L54: 			tls3des.Value() != "1" && tdesCiphers[c]
		handshake_client.go#L643: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_client.go#L647: 		tls3des.Value() // ensure godebug is initialized
		handshake_client.go#L1071: 	if v := tlsmaxrsasize.Value(); v != "" {
		handshake_server.go#L197: 		tls10server.Value() // ensure godebug is initialized
		handshake_server.go#L400: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_server.go#L404: 		tls3des.Value() // ensure godebug is initialized
		tls.go#L309: 	if x509keypairleaf.Value() != "0" {

	crypto/x509
		parser.go#L927: 		if x509negativeserial.Value() != "1" {
		pkcs1.go#L107: 		if x509rsacrt.Value() == "0" {
		root.go#L79: 		if x509usefallbackroots.Value() != "1" {
		x509.go#L1267: 	usePolicies := x509usepolicies.Value() != "0"
		x509.go#L1460: 		if x509usepolicies.Value() != "0" {

	expvar
		expvar.go#L381: 	if godebug.New("httpmuxgo121").Value() == "1" {

	go/build
		build.go#L823: 			if !p.Goroot || (installgoroot.Value() == "all" && p.ImportPath != "unsafe" && p.ImportPath != "builtin") {

	go/types
		check.go#L53: 	v := gotypesalias.Value()
		check.go#L310: 	conf._EnableAlias = gotypesalias.Value() != "0"

	math/rand
		rand.go#L328: 	if randautoseed.Value() == "0" {
		rand.go#L401: 	if randseednop.Value() != "0" {

	mime/multipart
		formdata.go#L49: 	if multipartfiles.Value() == "distinct" {
		formdata.go#L54: 	if s := multipartmaxparts.Value(); s != "" {
		multipart.go#L356: 	if s := multipartmaxheaders.Value(); s != "" {

	net
		conf.go#L499: 	goDebug := netdns.Value()
		dial.go#L63: 	if multipathtcp.Value() == "1" || multipathtcp.Value() == "3" {
		dial.go#L101: 	if multipathtcp.Value() == "0" || multipathtcp.Value() == "3" {
		dnsclient_unix.go#L69: 	if netedns0.Value() == "0" {

	net/http
		fs.go#L196: 		if httpservecontentkeepheaders.Value() == "1" {
		servemux121.go#L32: 	if httpmuxgo121.Value() == "1" {
		server.go#L3509: 	if http2server.Value() == "0" && !hasH2 {
		server.go#L3752: 	if http2server.Value() == "0" {
		transfer.go#L1059: 		if httplaxcontentlength.Value() == "1" {
		transport.go#L395: 	if http2client.Value() == "0" {
		transport.go#L476: 	case http2client.Value() == "0":

	net/http/pprof
		pprof.go#L97: 	if godebug.New("httpmuxgo121").Value() != "1" {

	os/exec
		exec.go#L404: 	if v := execwait.Value(); v != "" {
		lp_unix.go#L73: 				if execerrdot.Value() != "0" {

	time
		sleep.go#L25: 	if asynctimerchan.Value() == "1" {