Searched refs:XResType (Results 1 - 3 of 3) sorted by last modified time

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dres.c81 XResType *types;
/xsrc/external/mit/libXres/dist/include/X11/extensions/
H A DXRes.h20 } XResType; typedef in typeref:struct:__anonf8ff88d40208
90 XResType **types
/xsrc/external/mit/libXres/dist/src/
H A DXRes.c144 int *num_types, XResType **types)
168 XResType *typs;
170 if (rep.num_types < (INT_MAX / sizeof(XResType)))
171 typs = Xcalloc(rep.num_types, sizeof(XResType));

Completed in 8 milliseconds