Lines Matching refs:fState

36 	fState(unix_stream_endpoint_state::Closed),
71 bool closed = (fState == unix_stream_endpoint_state::Closed);
95 fState = unix_stream_endpoint_state::NotConnected;
109 if (fState == unix_stream_endpoint_state::Connected) {
118 if (fState == unix_stream_endpoint_state::Listening)
123 fState = unix_stream_endpoint_state::Closed;
156 if (fState != unix_stream_endpoint_state::NotConnected || IsBound())
185 if (fState != unix_stream_endpoint_state::NotConnected
186 && fState != unix_stream_endpoint_state::Listening)
191 if (fState == unix_stream_endpoint_state::NotConnected) {
202 fState = unix_stream_endpoint_state::Listening;
223 if (fState == unix_stream_endpoint_state::Connected)
226 if (fState != unix_stream_endpoint_state::NotConnected)
277 || listeningEndpoint->fState != unix_stream_endpoint_state::Listening
323 fState = unix_stream_endpoint_state::Connected;
444 && fState == unix_stream_endpoint_state::Connected) {
544 if (fState == unix_stream_endpoint_state::Closed) {
597 if (fState == unix_stream_endpoint_state::Listening)
600 if (fState != unix_stream_endpoint_state::Connected)
720 fState = unix_stream_endpoint_state::Connected;
747 fState = unix_stream_endpoint_state::NotConnected;
755 if (fState != unix_stream_endpoint_state::Connected)
771 if (fState != unix_stream_endpoint_state::Connected || peerEndpoint != fPeerEndpoint)
783 if (fState == unix_stream_endpoint_state::Connected
784 || fState == unix_stream_endpoint_state::Listening)
807 if (fState == unix_stream_endpoint_state::Listening) {
810 fState = unix_stream_endpoint_state::NotConnected;