Searched refs:outbufmax (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEmsg.h134 if ((_iceConn->outbufptr + _headerSize) > _iceConn->outbufmax) \
149 _headerSize + ((_extra) << 3)) > _iceConn->outbufmax) \
153 if ((_iceConn->outbufptr + ((_extra) << 3)) <= _iceConn->outbufmax) { \
191 if ((_iceConn->outbufptr + (_bytes)) > _iceConn->outbufmax) \
H A DICEconn.h160 char *outbufmax; /* Output buffer maximum+1 address */ member in struct:_IceConn
/xsrc/external/mit/libICE/dist/src/
H A Daccept.c121 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE;
H A Dmisc.c126 if (_X_UNLIKELY(iceConn->outbufptr > iceConn->outbufmax))
146 return (iceConn->outbufmax - iceConn->outbuf);
H A Dconnect.c226 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE;

Completed in 5 milliseconds