Searched refs:ice_conn (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dxtwatch.c33 static void _XtIceWatchProc(IceConn ice_conn, IcePointer client_data,
49 _XtIceWatchProc(IceConn ice_conn, IcePointer client_data, Bool opening,
58 IceConnectionNumber (ice_conn),
61 (XtPointer) ice_conn);
73 IceConn ice_conn = (IceConn) client_data;
76 status = IceProcessMessages (ice_conn, NULL, NULL);
86 IceConnectionNumber (ice_conn));
94 if (client->ice_conn == ice_conn)
110 IceSetShutdownNegotiation (ice_conn, Fals
48 _XtIceWatchProc(IceConn ice_conn,IcePointer client_data,Bool opening,IcePointer * watch_data) argument
72 IceConn ice_conn = (IceConn) client_data; local in function:_XtProcessIceMsgProc
[all...]
H A Dxsm.c149 static void MyIoErrorHandler(IceConn ice_conn);
758 IceConnectionNumber (client->ice_conn),
848 IceConnectionNumber (client->ice_conn), id);
1093 IceConnectionNumber (client->ice_conn));
1098 IceSetShutdownNegotiation (client->ice_conn, False);
1099 IceCloseConnection (client->ice_conn);
1101 client->ice_conn = NULL;
1246 newClient->ice_conn = SmsGetIceConnection (smsConn);
1262 IceConnectionNumber (newClient->ice_conn));
1324 IceConn ice_conn;
1305 IceConn ice_conn; local in function:NewConnectionXtProc
1390 MyIoErrorHandler(IceConn ice_conn) argument
[all...]
H A Dxsm.h96 IceConn ice_conn; member in struct:_ClientRec
/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.c56 static void _XtIceWatchProc(IceConn ice_conn, IcePointer client_data,
453 IceConn ice_conn = (IceConn) client_data; local in function:_XtProcessIceMsgProc
456 status = IceProcessMessages (ice_conn, NULL, NULL);
467 _XtIceWatchProc(IceConn ice_conn, IcePointer client_data, argument
476 IceConnectionNumber (ice_conn),
479 (XtPointer) ice_conn);
/xsrc/external/mit/proxymngr/dist/
H A Dmain.c218 IceConn ice_conn; local in function:NewConnectionXtProc
222 ice_conn = IceAcceptConnection((IceListenObj) client_data, &status);
223 if (! ice_conn) {
232 SetCloseOnExec (IceConnectionNumber (ice_conn));
234 while ((cstatus = IceConnectionStatus (ice_conn))==IceConnectPending) {
241 IceConnectionNumber (ice_conn));
242 connstr = IceConnectionString (ice_conn);
256 IceCloseConnection (ice_conn);
988 IceConn ice_conn = (IceConn) client_data;
991 status = IceProcessMessages (ice_conn, NUL
987 IceConn ice_conn = (IceConn) client_data; local in function:_XtProcessIceMsgProc
1004 _XtIceWatchProc(IceConn ice_conn,IcePointer client_data,Bool opening,IcePointer * watch_data) argument
1055 MyIoErrorHandler(IceConn ice_conn) argument
[all...]
H A Dpmint.h65 extern void MyIoErrorHandler ( IceConn ice_conn );
72 extern void _XtIceWatchProc ( IceConn ice_conn, IcePointer client_data, int opening, IcePointer *watch_data );
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c457 IceConn ice_conn = (IceConn) client_data;
459 IceProcessMessages (ice_conn, NULL, NULL);
481 IceConn ice_conn;
525 ice_conn = SmcGetIceConnection (winInfo->smc_conn);
529 IceConnectionNumber (ice_conn),
532 (XtPointer) ice_conn);
447 IceConn ice_conn = (IceConn) client_data; local in function:ProcessIceMsgProc
469 IceConn ice_conn; local in function:ConnectClientToSM
/xsrc/external/mit/twm/dist/src/
H A Dsession.c876 IceConn ice_conn = (IceConn) client_data; local in function:ProcessIceMsgProc
878 IceProcessMessages(ice_conn, NULL, NULL);
/xsrc/external/mit/ctwm/dist/
H A Dsession.c1111 IceConn ice_conn = (IceConn) client_data; local in function:ProcessIceMsgProc
1112 IceProcessMessages(ice_conn, NULL, NULL);
/xsrc/external/mit/libXt/dist/src/
H A DShell.c2885 IceConn ice_conn; local in function:JoinSession
2933 ice_conn = SmcGetIceConnection(w->session.connection);
2936 IceConnectionNumber(ice_conn),

Completed in 16 milliseconds