| /xsrc/external/mit/libICE/dist/src/ |
| accept.c | 37 IceConn 43 IceConn iceConn; 73 if ((iceConn = malloc (sizeof (struct _IceConn))) == NULL) 80 iceConn->listen_obj = listenObj; 82 iceConn->waiting_for_byteorder = True; 83 iceConn->connection_status = IceConnectPending; 84 iceConn->io_ok = True; 85 iceConn->dispatch_level = 0; 86 iceConn->context = NULL [all...] |
| connect.c | 40 IceConn 50 IceConn iceConn; 80 * If iceConn->want_to_close is True, or iceConn->free_asap is True, 81 * we can not use the iceConn. 107 IceConn iConn = _IceConnectionObjs[i]; 148 if ((iceConn = malloc (sizeof (struct _IceConn))) == NULL) 162 if ((iceConn->trans_conn = ConnectToPeer (networkIdsList, 163 &iceConn->connection_string)) == NULL [all...] |
| ICElibint.h | 36 #include <X11/ICE/ICEconn.h> 138 IceConn /* iceConn */, 334 IceConn iceConn; 359 extern IceConn _IceConnectionObjs[]; 383 IceConn /* iceConn */, 390 IceConn /* iceConn */, [all...] |
| /xsrc/external/mit/libSM/dist/src/ |
| sm_manager.c | 39 _SmsProtocolSetupProc (IceConn iceConn, 74 smsConn->iceConn = iceConn; 173 return (IceGetPeerName (smsConn->iceConn)); 182 IceConn iceConn = smsConn->iceConn; 194 IceGetHeaderExtra (iceConn, _SmsOpcode, SM_RegisterClientReply, 200 IceFlush (iceConn); [all...] |
| SMlibint.h | 186 * Send an ARRAY8 that doesn't fit in the iceConn send buffer. 262 IceConn iceConn; 344 IceConn iceConn; 382 _SmcProcessMessage(IceConn iceConn, IcePointer clientData, int opcode, 387 _SmsProcessMessage(IceConn iceConn, IcePointer clientData, int opcode,
|
| sm_client.c | 60 IceConn iceConn; 131 if ((iceConn = IceOpenConnection ( 143 IceCloseConnection (iceConn); 147 setupstat = IceProtocolSetup (iceConn, _SmcOpcode, 156 IceCloseConnection (iceConn); 177 smcConn->iceConn = iceConn; 204 IceGetHeaderExtra (iceConn, _SmcOpcode, SM_RegisterClient, 210 IceFlush (iceConn); [all...] |
| /xsrc/external/mit/proxymngr/dist/ |
| pmint.h | 50 IceConn iceConn; 65 extern void MyIoErrorHandler ( IceConn ice_conn ); 67 extern void PMReplyProcessMessages ( IceConn iceConn, IcePointer clientData, int opcode, unsigned long length, int swap ); 68 extern void PMSetupProcessMessages ( IceConn iceConn, IcePointer clientData, int opcode, unsigned long length, int swap, IceReplyWaitInfo *replyWait, int *replyReadyRet ); 72 extern void _XtIceWatchProc ( IceConn ice_conn, IcePointer client_data, int opening, IcePointer *watch_data ); 186 IceDisposeCompleteMessage (iceConn, _pStart); \
|
| main.c | 45 static int PMprotocolSetupProc ( IceConn iceConn, int majorVersion, 218 IceConn ice_conn; 240 printf ("ICE Connection opened by client, IceConn fd = %d, ", 266 PMprotocolSetupProc(IceConn iceConn, int majorVersion, int minorVersion, 287 pmConn->iceConn = iceConn; 312 IceConn iceConn = pmConn->iceConn [all...] |
| /xsrc/external/mit/xfindproxy/dist/ |
| xfindproxy.c | 50 static void PMprocessMessages(IceConn iceConn, IcePointer clientData, 56 static void _XtIceWatchProc(IceConn ice_conn, IcePointer client_data, 139 IceConn iceConn; 252 if ((iceConn = IceOpenConnection ( 260 setupstat = IceProtocolSetup (iceConn, PMopcode, NULL, 267 IceCloseConnection (iceConn); 321 IceGetHeaderExtra (iceConn, PMopcode, PM_GetProxyAddr, 337 IceFlush (iceConn); [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| session.c | 876 IceConn ice_conn = (IceConn) client_data; 887 IceConn iceConn; 915 iceConn = SmcGetIceConnection(smcConn); 918 IceConnectionNumber(iceConn), 920 ProcessIceMsgProc, (XtPointer) iceConn);
|
| /xsrc/external/mit/ctwm/dist/ |
| session.c | 1111 IceConn ice_conn = (IceConn) client_data; 1126 IceConn iceConn; 1163 iceConn = SmcGetIceConnection(smcConn); 1167 IceConnectionNumber(iceConn), 1170 (XtPointer) iceConn);
|
| /xsrc/external/mit/smproxy/dist/ |
| smproxy.c | 77 static void NullIceErrorHandler ( IceConn iceConn, Bool swap, 457 IceConn ice_conn = (IceConn) client_data; 466 NullIceErrorHandler(IceConn iceConn, Bool swap, int offendingMinorOpcode, 481 IceConn ice_conn; 1098 IceConn iceConn; 1129 iceConn = SmcGetIceConnection (proxy_smcConn) [all...] |