Searched refs:xbuff (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXTrap/dist/src/
H A DXEDsptch.c105 memcpy(&tc->xbuff[event->idx*sz_EventData], event->data, sz_EventData);
109 XETrapDispatchCB(tc, (XETrapDatum *)tc->xbuff);
H A DXEConTxt.c108 if ((tc->xbuff = (BYTE *)XtMalloc(tc->xmax_size * sizeof(CARD32) +
162 (void)XtFree((XtPointer)tc->xbuff);/* de-allocate memory just alloc'd */
323 if (tc->xbuff != NULL)
325 XtFree((XtPointer)tc->xbuff);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxtraplib.h115 BYTE *xbuff; /* Pointer to buffer for XLib Communications */ member in struct:_XETC
H A Dxtrapemacros.h274 #define XETrapGetXBuff(tc) ((tc)->xbuff)

Completed in 8 milliseconds