OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iceMsg
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEproto.h
39
}
iceMsg
;
150
typedef
iceMsg
icePingMsg;
151
typedef
iceMsg
icePingReplyMsg;
152
typedef
iceMsg
iceWantToCloseMsg;
153
typedef
iceMsg
iceNoCloseMsg;
ICEmsg.h
139
_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/
xfindproxy.h
132
if ((((_actual_len) - SIZEOF (
iceMsg
)) >> 3) > _expected_len) \
140
if (((PADDED_BYTES64((_actual_len)) - SIZEOF (
iceMsg
)) >> 3) \
/xsrc/external/mit/proxymngr/dist/
pmint.h
174
if ((((_actual_len) - SIZEOF (
iceMsg
)) >> 3) > _expected_len) \
182
if (((PADDED_BYTES64((_actual_len)) - SIZEOF (
iceMsg
)) >> 3) \
/xsrc/external/mit/libSM/dist/src/
sm_process.c
44
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/
process.c
42
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 13 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026