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

/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c426 void *xData; local in function:XRenderQueryFormats
489 xData = Xmalloc (rlength);
493 xData = NULL;
497 if (!xri || !xData || nbytes < rlength)
500 if (xData) Xfree (xData);
519 Xfree (xData);
525 _XRead (dpy, (char *) xData, (long) rlength);
527 xFormat = (xPictFormInfo *) xData;
558 Xfree (xData);
[all...]

Completed in 3 milliseconds