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

  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEmsg.h 134 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) \
ICEconn.h 160 char *outbufmax; /* Output buffer maximum+1 address */ member in struct:_IceConn
  /xsrc/external/mit/libICE/dist/src/
accept.c 121 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE;
misc.c 126 if (_X_UNLIKELY(iceConn->outbufptr > iceConn->outbufmax))
146 return (iceConn->outbufmax - iceConn->outbuf);
connect.c 226 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE;

Completed in 5 milliseconds