HomeSort by: relevance | last modified time | path
    Searched refs:ice_conn (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
xtwatch.c 33 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, False)
72 IceConn ice_conn = (IceConn) client_data; local
    [all...]
xsm.c 149 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
    [all...]
xsm.h 96 IceConn ice_conn; member in struct:_ClientRec
  /xsrc/external/mit/xfindproxy/dist/
xfindproxy.c 56 static void _XtIceWatchProc(IceConn ice_conn, IcePointer client_data,
453 IceConn ice_conn = (IceConn) client_data; local
456 status = IceProcessMessages (ice_conn, NULL, NULL);
467 _XtIceWatchProc(IceConn ice_conn, IcePointer client_data,
476 IceConnectionNumber (ice_conn),
479 (XtPointer) ice_conn);
  /xsrc/external/mit/proxymngr/dist/
main.c 218 IceConn ice_conn; local
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, NULL, NULL)
987 IceConn ice_conn = (IceConn) client_data; local
    [all...]
pmint.h 65 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/
smproxy.c 457 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
469 IceConn ice_conn; local
  /xsrc/external/mit/ctwm/dist/
session.c 1111 IceConn ice_conn = (IceConn) client_data; local
1112 IceProcessMessages(ice_conn, NULL, NULL);
  /xsrc/external/mit/twm/dist/src/
session.c 876 IceConn ice_conn = (IceConn) client_data; local
878 IceProcessMessages(ice_conn, NULL, NULL);
  /xsrc/external/mit/libXt/dist/src/
Shell.c 2885 IceConn ice_conn; local
2933 ice_conn = SmcGetIceConnection(w->session.connection);
2936 IceConnectionNumber(ice_conn),

Completed in 24 milliseconds