Searched refs:iceMsg (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEproto.h39 } iceMsg; typedef in typeref:struct:__anon6358d8670108
150 typedef iceMsg icePingMsg;
151 typedef iceMsg icePingReplyMsg;
152 typedef iceMsg iceWantToCloseMsg;
153 typedef iceMsg iceNoCloseMsg;
H A DICEmsg.h139 _pMsg->length = (_headerSize - SIZEOF (iceMsg)) >> 3; \
161 _pMsg->length = ((_headerSize - SIZEOF (iceMsg)) >> 3) + (_extra); \
167 iceMsg *_pMsg; \
168 IceGetHeader (_iceConn, _major, _minor, SIZEOF (iceMsg), iceMsg, _pMsg); \
244 _bytes = (_pMsg->length << 3) - (_headerSize - SIZEOF (iceMsg)); \
273 (unsigned long) (_headerSize - SIZEOF (iceMsg)), \
276 _iceConn->inbufptr += (_headerSize - SIZEOF (iceMsg)); \
/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.h132 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) > _expected_len) \
140 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
/xsrc/external/mit/proxymngr/dist/
H A Dpmint.h174 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) > _expected_len) \
182 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
/xsrc/external/mit/libSM/dist/src/
H A Dsm_process.c44 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) != _expected_len) \
51 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) > _expected_len) \
221 pEnd = pData + (length << 3) - (SIZEOF (iceErrorMsg) - SIZEOF(iceMsg));
291 (SIZEOF (smRegisterClientReplyMsg) - SIZEOF (iceMsg));
495 (SIZEOF (smPropertiesReplyMsg) - SIZEOF (iceMsg));
571 pEnd = pData + (length << 3) - (SIZEOF (iceErrorMsg) - SIZEOF (iceMsg));
612 (SIZEOF (smRegisterClientMsg) - SIZEOF (iceMsg));
866 (SIZEOF (smCloseConnectionMsg) - SIZEOF (iceMsg));
923 (SIZEOF (smSetPropertiesMsg) - SIZEOF (iceMsg));
962 (SIZEOF (smDeletePropertiesMsg) - SIZEOF (iceMsg));
[all...]
/xsrc/external/mit/libICE/dist/src/
H A Dprocess.c42 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) != _expected_len) \
49 if ((((_actual_len) - SIZEOF (iceMsg)) >> 3) > _expected_len) \
56 if (((PADDED_BYTES64((_actual_len)) - SIZEOF (iceMsg)) >> 3) \
176 iceMsg *header;
196 if (!_IceRead (iceConn, (unsigned long) SIZEOF (iceMsg), iceConn->inbuf))
220 header = (iceMsg *) iceConn->inbuf;
221 iceConn->inbufptr = iceConn->inbuf + SIZEOF (iceMsg);

Completed in 8 milliseconds