Searched refs:inbufptr (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| H A D | 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 291 mb_parse_codeset(State state,int num,const char ** inbufptr,int * from_left) argument 322 byteM_parse_codeset(XLCd lcd,const char * inbufptr) argument 420 ct_parse_csi(const char * inbufptr,int * ctr_seq_len) argument 440 cmp_esc_sequence(const char * inbufptr,XlcCharSet charset) argument 493 ct_parse_charset(XLCd lcd,const char * inbufptr,XlcCharSet * charset,int * ctr_seq_len) argument 756 const char *inbufptr; local in function:mbstowcs_org 915 const wchar_t *inbufptr = (const wchar_t *) *from; local in function:wcstombs_org 1074 const wchar_t *inbufptr = (const wchar_t *) *from; local in function:wcstocts 1256 const char *inbufptr; local in function:ctstowcs 1442 const char *inbufptr; local in function:cstowcs 1647 const char *inbufptr; local in function:mbstostr 1764 const char *inbufptr; local in function:mbtocs 1886 const char *inbufptr; local in function:mbstocs 1942 const wchar_t *inbufptr = (const wchar_t *) *from; local in function:wcstostr 2098 const wchar_t *inbufptr = (const wchar_t *) *from; local in function:wctocs 2228 const wchar_t *inbufptr; local in function:wcstocs 2278 const wchar_t *inbufptr; local in function:stdc_wcstocs 2406 const char *inbufptr = *from; local in function:strtombs 2513 const char *inbufptr = *from; local in function:strtowcs [all...] |
| /xsrc/external/mit/libICE/dist/include/X11/ICE/ |
| H A D | 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)); \
|
| H A D | ICEconn.h | 155 char *inbufptr; /* Input buffer index pointer */ member in struct:_IceConn
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | accept.c | 106 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) != NULL)
|
| H A D | connect.c | 204 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) == NULL)
|
| H A D | process.c | 221 iceConn->inbufptr = iceConn->inbuf + SIZEOF (iceMsg);
|
Completed in 13 milliseconds