Home
last modified time | relevance | path

Searched refs:ioErrorOccured (Results 1 – 3 of 3) sorted by relevance

/dports/x11/libICE/libICE-1.0.10/src/
H A Dconnect.c53 Bool gotReply, ioErrorOccured; in IceOpenConnection() local
274 ioErrorOccured = False; in IceOpenConnection()
275 while (iceConn->waiting_for_byteorder == True && !ioErrorOccured) in IceOpenConnection()
277 ioErrorOccured = (IceProcessMessages ( in IceOpenConnection()
281 if (ioErrorOccured) in IceOpenConnection()
379 ioErrorOccured = False; in IceOpenConnection()
381 while (!gotReply && !ioErrorOccured) in IceOpenConnection()
383 ioErrorOccured = (IceProcessMessages ( in IceOpenConnection()
386 if (ioErrorOccured) in IceOpenConnection()
H A Dprotosetup.c54 Bool gotReply, ioErrorOccured; in IceProtocolSetup() local
197 ioErrorOccured = False; in IceProtocolSetup()
200 while (!gotReply && !ioErrorOccured) in IceProtocolSetup()
202 ioErrorOccured = (IceProcessMessages ( in IceProtocolSetup()
205 if (ioErrorOccured) in IceProtocolSetup()
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_client.c71 Bool gotReply, ioErrorOccured; in SmcOpenConnection() local
217 ioErrorOccured = False; in SmcOpenConnection()
219 while (!gotReply && !ioErrorOccured) in SmcOpenConnection()
221 ioErrorOccured = (IceProcessMessages ( in SmcOpenConnection()
224 if (ioErrorOccured) in SmcOpenConnection()