Home
last modified time | relevance | path

Searched refs:SelectRead (Results 1 – 25 of 53) sorted by relevance

123

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dtcp_sock.h83 bool SelectRead( int timeoutSec = -1 ) { return __Select( true, timeoutSec ); }
172 bool SelectRead( int timeoutSec = -1 ) { return __Select( true, timeoutSec ); }
268 void SelectRead() in SelectRead() function
272 if ( sock.SelectRead( 1 ) ) { return; } in SelectRead()
312 SelectRead(); in ReadBuf()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSelectMode.cs11 SelectRead = 0, enumerator
H A DTCPListener.cs183 return _serverSocket.Poll(0, SelectMode.SelectRead); in Pending()
H A DSocketPal.Windows.cs685 mode == SelectMode.SelectRead ? fileDescriptorSet : null, in Poll()
695 mode == SelectMode.SelectRead ? fileDescriptorSet : null, in Poll()
H A DSocketPal.Unix.cs1366 case SelectMode.SelectRead: inEvent = Interop.Sys.PollEvents.POLLIN; break; in Poll()
1383 …case SelectMode.SelectRead: status = (outEvents & (Interop.Sys.PollEvents.POLLIN | Interop.Sys.Pol… in Poll()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSelectMode.cs21 SelectRead = 0, enumerator
H A DTCPListener.cs231 return m_ServerSocket.Poll(0, SelectMode.SelectRead); in Pending()
H A DNetworkStream.cs441 return chkStreamSocket.Poll(0, SelectMode.SelectRead); in PollRead()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DLingeringNetworkStream.cs64 if (!Socket.Poll (USECONDS_TO_LINGER, SelectMode.SelectRead)) in LingeringClose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DGetContextHelper.cs63 return !(socket.Poll(100, SelectMode.SelectRead) && socket.Available == 0); in SocketConnected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/DataCommon/
H A DProxyServer.cs437 … if ((IncomingConnection.Poll(100, SelectMode.SelectRead) && !inStream.DataAvailable) || in _ProcessorHandler()
438 … (OutgoingConnection.Poll(100, SelectMode.SelectRead) && !outStream.DataAvailable)) in _ProcessorHandler()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DSelectTest.cs178 [InlineData(SelectMode.SelectRead)]
205 Assert.True(pair.Key.Poll(microsecondsTimeout, SelectMode.SelectRead)); in Poll_ReadReady_LongTimeouts()
H A DSelectAndPollTests.cs285 Assert.True(receiver.Poll(SelectSuccessTimeoutMicroseconds, SelectMode.SelectRead)); in PollRead_Single_Success()
296 Assert.False(receiver.Poll(SelectTimeout, SelectMode.SelectRead)); in PollRead_Single_Timeout()
H A DSendReceive.cs577 …Assert.True(remote.Poll(-1, SelectMode.SelectRead), "Read poll before completion should have succe… in SendRecvPollSync_TcpListener_Socket()
582 …Assert.True(remote.Poll(0, SelectMode.SelectRead), "Read poll after completion should have succeed… in SendRecvPollSync_TcpListener_Socket()
604 …Assert.False(client.Poll(TestTimeout, SelectMode.SelectRead), "Expected writer's read poll to fail… in SendRecvPollSync_TcpListener_Socket()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Server/
H A DConnection.cs57 if (!Socket.Poll(0, SelectMode.SelectRead)) break; in ReadDataInner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix/
H A DUnixListener.cs117 return server.Poll (1000, SelectMode.SelectRead); in Pending()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/
H A DTDSServerEndPointConnection.cs184 … if (Connection.Client.Poll(100, SelectMode.SelectRead) && !rawStream.DataAvailable) in _ConnectionHandler()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Sharpen/Net/
H A DSocket.cs119 if (!UnderlyingSocket.Poll(_socket.SoTimeout*1000, SelectMode.SelectRead))
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/STUN/Client/
H A DSTUN_Client.cs260 if (socket.Poll(100, SelectMode.SelectRead)) { in DoTransaction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/
H A DUnixConnectionPool.cs138 return !Client.Poll (0, SelectMode.SelectRead);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/
H A DTcpConnectionPool.cs141 return !Client.Poll (0, SelectMode.SelectRead);
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.XSP/
H A DXSPWorker.cs235 if (sock.Connected && !(sock.Poll (0, SelectMode.SelectRead) && sock.Available == 0)) in Close()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/
H A DTdsComm.cs514 …return socket != null && socket.Connected && !(socket.Poll (0, SelectMode.SelectRead) && socket.Av… in IsConnected()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/
H A Dcertmgr.cs460 socket.Poll (30000, SelectMode.SelectRead); in GetCertificatesFromSslSession()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DWebConnection.cs123 return (socket.Poll (0, SelectMode.SelectRead) == false); in CanReuse()

123