internal/godebug.Setting.Value (method)
59 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
auth.go#L232: if tlssha1.Value() != "1" {
common.go#L1179: if isClient || tls10server.Value() != "1" {
common.go#L1730: } else if tlssha1.Value() != "1" {
conn.go#L1654: if tlsunsafeekm.Value() == "1" {
defaults.go#L21: if tlsmlkem.Value() == "0" {
defaults.go#L63: tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
defaults.go#L64: tls3des.Value() != "1" && tdesCiphers[c]
handshake_client.go#L649: tlsrsakex.Value() // ensure godebug is initialized
handshake_client.go#L653: tls3des.Value() // ensure godebug is initialized
handshake_client.go#L827: tlssha1.Value() // ensure godebug is initialized
handshake_client.go#L1099: if v := tlsmaxrsasize.Value(); v != "" {
handshake_server.go#L212: tls10server.Value() // ensure godebug is initialized
handshake_server.go#L410: tlsrsakex.Value() // ensure godebug is initialized
handshake_server.go#L414: tls3des.Value() // ensure godebug is initialized
handshake_server.go#L780: tlssha1.Value() // ensure godebug is initialized
key_agreement.go#L222: tlssha1.Value() // ensure godebug is initialized
key_agreement.go#L350: tlssha1.Value() // ensure godebug is initialized
tls.go#L321: if x509keypairleaf.Value() != "0" {
crypto/x509
parser.go#L938: 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" {
x509.go#L1732: if x509sha256skid.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#L57: v := gotypesalias.Value()
check.go#L315: 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
cookie.go#L75: if httpcookiemaxnum.Value() == "" {
cookie.go#L78: if customMax, err := strconv.Atoi(httpcookiemaxnum.Value()); err == nil {
fs.go#L201: if httpservecontentkeepheaders.Value() == "1" {
servemux121.go#L32: if httpmuxgo121.Value() == "1" {
server.go#L3548: if http2server.Value() == "0" && !hasH2 {
server.go#L3791: 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#L77: if execerrdot.Value() != "0" {
time
sleep.go#L25: if asynctimerchan.Value() == "1" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)