Searched refs:XFree (Results 1 - 25 of 223) sorted by relevance

123456789

/xsrc/external/mit/libXi/dist/src/
H A DXFreeLst.c69 XFree((list->name) - sizeof(XDeviceList));
70 XFree((XDeviceList *) list);
H A DXCloseDev.c81 XFree((char *)dev);
H A DXGMotion.c143 XFree((char *)savp);
152 XFree((char *)events);
/xsrc/external/mit/libX11/dist/src/
H A DFreeEventData.c36 XFree(event->data);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DdriDrawable.c127 XFree(clipFront);
128 XFree(clipBack);
133 XFree(drawInfo->clipFront);
136 XFree(drawInfo->clipBack);
159 XFree(drawInfo->clipBack);
161 XFree(drawInfo->clipFront);
166 XFree(drawInfo->clipBack);
168 XFree(drawInfo->clipFront);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dres.c91 XFree(name);
93 XFree(types);
96 XFree(clients);
/xsrc/external/mit/libXmu/dist/src/
H A DClientWin.c58 XFree(data);
88 XFree(data);
95 XFree(children);
H A DLookupCmap.c109 XFree((char *) vinfo);
120 XFree((char *) vinfo);
130 XFree((char *) vinfo);
143 XFree((char *) vinfo);
172 XFree((char *) colormap);
178 XFree((char *) vinfo);
231 XFree((char *)stdcmaps);
274 XFree((char *) stdcmaps);
320 XFree((char *) stdcmaps);
H A DDelCmap.c66 XFree((char *) stdcmaps);
H A DStdCmap.c100 XFree((char *) vinfo);
144 XFree((char *) vinfo);
153 XFree((char *) stdcmap);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbinfo.c30 XFree(fbConfigs);
47 XFree(fbConfigs);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsProp.c136 XFree (prop_ret);
144 XFree (prop_ret);
/xsrc/external/mit/transset/dist/
H A Dclientwin.c46 XFree(prop_ret);
111 XFree(children);
145 XFree(prop_ret);
197 XFree(roots);
/xsrc/external/mit/xcmsdb/dist/
H A Dxcmsdb.c381 XFree(property_return);
417 XFree(property_return);
433 XFree(property_return);
521 XFree(vinfo_ret);
554 XFree(property_return);
559 XFree(property_return);
597 XFree(property_return);
616 XFree(property_return);
629 XFree(property_return);
721 XFree(property_retur
[all...]
/xsrc/external/mit/xwd/dist/
H A Dclientwin.c46 XFree(prop_ret);
111 XFree(children);
145 XFree(prop_ret);
197 XFree(roots);
/xsrc/external/mit/xprop/dist/
H A Dclientwin.c46 XFree(prop_ret);
111 XFree(children);
145 XFree(prop_ret);
197 XFree(roots);
/xsrc/external/mit/x11perf/dist/
H A Ddo_simple.c49 XFree(atom); /* fix XBUG 6480 */
97 XFree(prop);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxprop.c164 XFree(tp.value);
172 XFree(tproot.value);
218 XFree(tp.value);
223 XFree(tproot.value);
296 if (tp0.nitems) XFree(tp0.value);
297 if (tp1.nitems) XFree(tp1.value);
H A Ddmxscrinit.c378 XFree(dmxScreen->shadowFBImage);
400 XFree(dmxScreen->beVisuals);
403 XFree(dmxScreen->beDepths);
406 XFree(dmxScreen->bePixmapFormats);
412 XFree(dmxScreen->glxVisuals);
487 XFree(dmxScreen->beVisuals);
490 XFree(dmxScreen->beDepths);
493 XFree(dmxScreen->bePixmapFormats);
/xsrc/external/mit/xinput/dist/src/
H A Dproperty.c63 XFree(name);
133 XFree(name);
145 XFree(name);
158 XFree(data);
211 XFree(props);
258 XFree(name);
369 XFree(data.c);
442 XFree(name);
505 XFree(name);
518 XFree(nam
[all...]
/xsrc/external/mit/ctwm/dist/client/
H A Dlibctwm.c40 XFree(prop);
88 XFree(prop);
176 XFree(prop);
257 XFree(prop);
258 XFree(currentw);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c189 XFree(xnestVisuals);
190 XFree(xnestDepths);
191 XFree(xnestPixmapFormats);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c209 XFree(xnestVisuals);
210 XFree(xnestDepths);
211 XFree(xnestPixmapFormats);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimInsClbk.c106 XFree( atoms );
130 XFree( atoms );
140 XFree( tmp );
217 XFree( xim );
272 XFree( icb->modifiers );
273 XFree( icb );
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultIMIF.c241 XFree(im->private);
242 XFree(im->core.im_name);
243 XFree(im->core.res_name);
244 XFree(im->core.res_class);
352 XFree(ic);
359 /*BugId4255571. This Xfree() should be removed because XDestroyIC() still need ic after invoking _DestroyIC() and there is a XFree(ic) at the end of XDestroyIC() already.
361 XFree(ic); */
456 XFree(mb_buf);

Completed in 31 milliseconds

123456789