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

  /xsrc/external/mit/libX11/dist/modules/lc/gen/
lcGenConv.c 294 const char **inbufptr,
299 const char *src = (*inbufptr) - 1;
313 *inbufptr += len;
324 const char *inbufptr)
345 ch = *((const unsigned char *)(inbufptr + j));
421 const char *inbufptr,
431 if ( strncmp(inbufptr, directionality_data[i].encoding,
441 const char *inbufptr,
452 if ( strncmp(inbufptr, ct_sequence, seq_len) != 0)
472 inbufptr += seq_len
756 const char *inbufptr; local
915 const wchar_t *inbufptr = (const wchar_t *) *from; local
1074 const wchar_t *inbufptr = (const wchar_t *) *from; local
1256 const char *inbufptr; local
1442 const char *inbufptr; local
1647 const char *inbufptr; local
1764 const char *inbufptr; local
1886 const char *inbufptr; local
1942 const wchar_t *inbufptr = (const wchar_t *) *from; local
2098 const wchar_t *inbufptr = (const wchar_t *) *from; local
2228 const wchar_t *inbufptr; local
2278 const wchar_t *inbufptr; local
2406 const char *inbufptr = *from; local
2513 const char *inbufptr = *from; local
    [all...]
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEmsg.h 245 if ((_iceConn->inbufmax - _iceConn->inbufptr) >= _bytes) \
247 _IceRead (_iceConn, _bytes, _iceConn->inbufptr); \
248 _pData = _iceConn->inbufptr; \
249 _iceConn->inbufptr += _bytes; \
274 _iceConn->inbufptr); \
276 _iceConn->inbufptr += (_headerSize - SIZEOF (iceMsg)); \
ICEconn.h 155 char *inbufptr; /* Input buffer index pointer */ member in struct:_IceConn
  /xsrc/external/mit/libICE/dist/src/
accept.c 106 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) != NULL)
connect.c 204 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) == NULL)
process.c 221 iceConn->inbufptr = iceConn->inbuf + SIZEOF (iceMsg);

Completed in 10 milliseconds