Home
last modified time | relevance | path

Searched defs:ConnectionState (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/runtime/
Dconnection.h35 struct ConnectionState : public ConnectionAttributes { struct
41 void BeginRecord() { in BeginRecord()
54 std::optional<std::int64_t> leftTabLimit; // offset in current record
58 std::optional<std::int64_t> endfileRecordNumber;
61 MutableModes modes; // BLANK=, DECIMAL=, SIGN=, ROUND=, PAD=, DELIM=, kP
/external/boringssl/src/ssl/test/runner/
Dcommon.go246 type ConnectionState struct { struct
247 … uint16 // TLS version used by the connection (e.g. VersionTLS12)
248 HandshakeComplete bool // TLS handshake is complete
249 DidResume bool // connection resumes a previous TLS connection
250 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...)
251 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
252 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server
253 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN
254 … string // server name requested by client, if any (server side only)
255 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
[all …]
Dconn.go1875 func (c *Conn) ConnectionState() ConnectionState { func
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc118 class ConnectionState : public RefCounted<ConnectionState> { class in grpc_core::__anon5b54928d0111::Chttp2ServerListener
183 Chttp2ServerListener::ConnectionState::ConnectionState( in ConnectionState() function in grpc_core::__anon5b54928d0111::Chttp2ServerListener::ConnectionState
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DDirectRTCClient.java58 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in DirectRTCClient
DWebSocketRTCClient.java44 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in WebSocketRTCClient
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4035 type ConnectionState float64 type
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4035 type ConnectionState float64 type