Home
last modified time | relevance | path

Searched refs:IsTLS (Results 1 – 25 of 65) sorted by relevance

123

/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/fasthttputil/
H A Dinmemory_listener_timing_test.go42 IsTLS: true,
50 IsTLS: true,
58 IsTLS: true,
67 IsTLS: true,
76 IsTLS: true,
86 IsTLS: true,
96 IsTLS: isTLS,
102 IsTLS bool member
110 if bc.IsTLS {
154 IsTLS: clientTLSConfig != nil,
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/fasthttputil/
H A Dinmemory_listener_timing_test.go42 IsTLS: true,
50 IsTLS: true,
58 IsTLS: true,
67 IsTLS: true,
76 IsTLS: true,
86 IsTLS: true,
96 IsTLS: isTLS,
102 IsTLS bool member
110 if bc.IsTLS {
154 IsTLS: clientTLSConfig != nil,
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/emersion/go-imap/server/
H A Dconn.go29 IsTLS() bool methodSpec
169 if !c.IsTLS() && c.s.TLSConfig != nil {
246 func (c *conn) IsTLS() bool { func
260 return c.IsTLS() || c.s.AllowInsecureAuth
H A Dcmd_noauth.go28 if conn.IsTLS() {
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dclient.go414 IsTLS: isTLS,
539 IsTLS bool member
1137 c.IsTLS = bytes.Equal(req.URI().Scheme(), strHTTPS)
1138 c.Addr = addMissingPort(string(req.Host()), c.IsTLS)
1528 conn, err = dialAddr(addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
1541 if !c.IsTLS {
1659 IsTLS bool member
1708 IsTLS bool member
1929 IsTLS: c.IsTLS,
1983 conn, err := dialAddr(c.Addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dclient.go414 IsTLS: isTLS,
539 IsTLS bool member
1135 c.IsTLS = bytes.Equal(req.URI().Scheme(), strHTTPS)
1136 c.Addr = addMissingPort(string(req.Host()), c.IsTLS)
1526 conn, err = dialAddr(addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
1539 if !c.IsTLS {
1657 IsTLS bool member
1706 IsTLS bool member
1927 IsTLS: c.IsTLS,
1981 conn, err := dialAddr(c.Addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
[all …]
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dclient.go414 IsTLS: isTLS,
539 IsTLS bool member
1137 c.IsTLS = bytes.Equal(req.URI().Scheme(), strHTTPS)
1138 c.Addr = addMissingPort(string(req.Host()), c.IsTLS)
1528 conn, err = dialAddr(addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
1541 if !c.IsTLS {
1659 IsTLS bool member
1708 IsTLS bool member
1929 IsTLS: c.IsTLS,
1983 conn, err := dialAddr(c.Addr, c.Dial, c.DialDualStack, c.IsTLS, tlsConfig)
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/
H A DTargetMachine.cpp200 bool IsTLS = GV && GV->isThreadLocal(); in shouldAssumeDSOLocal() local
207 if (!IsTLS && !IsPPC && (RM == Reloc::Static || IsAccessViaCopyRelocs)) in shouldAssumeDSOLocal()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/
H A DTargetMachine.cpp188 bool IsTLS = GV && GV->isThreadLocal(); in shouldAssumeDSOLocal() local
195 if (!IsTLS && !IsPPC && (RM == Reloc::Static || IsAccessViaCopyRelocs)) in shouldAssumeDSOLocal()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/
H A DTargetMachine.cpp184 bool IsTLS = GV && GV->isThreadLocal(); in shouldAssumeDSOLocal() local
191 if (!IsTLS && !IsPPC && (RM == Reloc::Static || IsAccessViaCopyRelocs)) in shouldAssumeDSOLocal()
/dports/sysutils/istio/istio-1.6.7/pkg/config/protocol/
H A Dinstance.go134 func (i Instance) IsTLS() bool { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/client/pkg/v3/transport/
H A Dlistener_opts.go43 func (lo *ListenerOptions) IsTLS() bool { func
H A Dlistener.go99 if lnOpts.skipTLSInfoCheck && !lnOpts.IsTLS() {
/dports/www/minio-client/etcd-3.5.0/client/pkg/transport/
H A Dlistener_opts.go43 func (lo *ListenerOptions) IsTLS() bool { func
H A Dlistener.go99 if lnOpts.skipTLSInfoCheck && !lnOpts.IsTLS() {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/middleware/
H A Dsecure.go103 …if (c.IsTLS() || (req.Header.Get(echo.HeaderXForwardedProto) == "https")) && config.HSTSMaxAge != …
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/emersion/go-imap/client/
H A Dcmd_noauth_test.go27 if c.IsTLS() {
57 if !c.IsTLS() {
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/core/v1alpha3/
H A Dtls.go100 if !listenPort.Protocol.IsTLS() {
210 if listenPort.Protocol.IsTLS() {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/middleware/
H A Dsecure.go122 …if (c.IsTLS() || (req.Header.Get(echo.HeaderXForwardedProto) == "https")) && config.HSTSMaxAge != …
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/
H A Dcontext.go32 IsTLS() bool methodSpec
229 func (c *context) IsTLS() bool { func
241 if c.IsTLS() {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/
H A Dcontext.go36 IsTLS() bool methodSpec
243 func (c *context) IsTLS() bool { func
255 if c.IsTLS() {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp559 bool IsTLS = isTLS(Section); in computeTotalAllocSize() local
593 } else if (!IsTLS) { in computeTotalAllocSize()
811 bool IsTLS = isTLS(Section); in emitSection() local
864 if (IsTLS) { in emitSection()
919 if (IsTLS) in emitSection()
/dports/benchmarks/bombardier/bombardier-1.2.5/
H A Dclients.go60 IsTLS: u.Scheme == "https",
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/format/
H A Dcontext.hpp159 bool IsTLS (void) const { return m_IsTLS; } in IsTLS() function in CBioseqContext
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/format/
H A Dcontext.hpp159 bool IsTLS (void) const { return m_IsTLS; } in IsTLS() function in CBioseqContext

123