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

  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEmsg.h 134 if ((_iceConn->outbufptr + _headerSize) > _iceConn->outbufmax) \
136 _pMsg = (_msgType *) _iceConn->outbufptr; \
140 _iceConn->outbufptr += _headerSize; \
148 if ((_iceConn->outbufptr + \
151 _pMsg = (_msgType *) _iceConn->outbufptr; \
152 _iceConn->outbufptr += _headerSize; \
153 if ((_iceConn->outbufptr + ((_extra) << 3)) <= _iceConn->outbufmax) { \
154 _pData = _iceConn->outbufptr; \
155 _iceConn->outbufptr += ((_extra) << 3); \
191 if ((_iceConn->outbufptr + (_bytes)) > _iceConn->outbufmax)
    [all...]
ICEconn.h 159 char *outbufptr; /* Output buffer index pointer */ member in struct:_IceConn
  /xsrc/external/mit/libX11/dist/modules/lc/gen/
lcGenConv.c 686 char *outbufptr,
694 *outbufptr = ( code >> i) & 0xff;
697 *outbufptr = *outbufptr & GL;
699 *outbufptr = *outbufptr | GR;
702 outbufptr++;
757 wchar_t *outbufptr = (wchar_t *) *to; local
776 if (outbufptr) {*outbufptr++ = L'\0';
916 char *outbufptr = *to; local
1075 char *outbufptr = *to; local
1257 wchar_t *outbufptr = (wchar_t *) *to; local
1443 wchar_t *outbufptr = (wchar_t *) *to; local
1648 char *outbufptr = *to; local
1765 char *outbufptr = *to; local
1888 char *outbufptr; local
1943 char *outbufptr = *to; local
2099 char *outbufptr = *to; local
2230 XPointer outbufptr; local
2280 XPointer outbufptr; local
2407 char *outbufptr = *to; local
2514 wchar_t *outbufptr = (wchar_t *)*to; local
    [all...]
  /xsrc/external/mit/libICE/dist/src/
misc.c 126 if (_X_UNLIKELY(iceConn->outbufptr > iceConn->outbufmax))
133 (unsigned long) (iceConn->outbufptr - iceConn->outbuf),
136 iceConn->outbufptr = iceConn->outbuf;
accept.c 119 if ((iceConn->outbuf = iceConn->outbufptr = malloc (ICE_OUTBUFSIZE)) != NULL)
protosetup.c 164 iceConn->outbufptr -= SIZEOF (iceProtocolSetupMsg);
connect.c 216 if ((iceConn->outbuf = iceConn->outbufptr = calloc (1, ICE_OUTBUFSIZE)) == NULL)

Completed in 7 milliseconds