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

  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 156 char *inbufmax; /* Input buffer maximum+1 address */ member in struct:_IceConn
ICEmsg.h 245 if ((_iceConn->inbufmax - _iceConn->inbufptr) >= _bytes) \
263 (char *) _pData >= _iceConn->inbufmax) \
  /xsrc/external/mit/libICE/dist/src/
accept.c 108 iceConn->inbufmax = iceConn->inbuf + ICE_INBUFSIZE;
misc.c 155 return (iceConn->inbufmax - iceConn->inbuf);
connect.c 214 iceConn->inbufmax = iceConn->inbuf + ICE_INBUFSIZE;

Completed in 38 milliseconds