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

/xsrc/external/mit/libXres/dist/include/X11/extensions/
H A DXRes.h15 } XResClient; typedef in typeref:struct:__anonf8ff88d40108
83 XResClient **clients
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dres.c46 XResClient *clients;
/xsrc/external/mit/libXres/dist/src/
H A DXRes.c90 XResQueryClients(Display *dpy, int *num_clients, XResClient **clients)
113 XResClient *clnts;
115 if (rep.num_clients < (INT_MAX / sizeof(XResClient)))
116 clnts = Xcalloc(rep.num_clients, sizeof(XResClient));

Completed in 3 milliseconds