Lines Matching refs:XID
163 XID id;
173 XID fakeID;
174 XID endFakeID;
203 GetDefaultBytes(void *value, XID id, ResourceSizePtr size) in GetDefaultBytes()
268 GetPixmapBytes(void *value, XID id, ResourceSizePtr size) in GetPixmapBytes()
297 GetWindowBytes(void *value, XID id, ResourceSizePtr size) in GetWindowBytes()
370 GetGcBytes(void *value, XID id, ResourceSizePtr size) in GetGcBytes()
669 HashResourceID(XID id, int numBits) in HashResourceID()
671 static XID mask; in HashResourceID()
681 static XID
682 AvailableID(int client, XID id, XID maxid, XID goodid) in AvailableID()
699 GetXIDRange(int client, Bool server, XID *minp, XID *maxp) in GetXIDRange()
701 XID id, maxid; in GetXIDRange()
705 XID goodid; in GetXIDRange()
748 GetXIDList(ClientPtr pClient, unsigned count, XID *pids) in GetXIDList()
751 XID rc, id = pClient->clientAsMask; in GetXIDList()
752 XID maxid; in GetXIDList()
775 XID
778 XID id, maxid; in FakeClientID()
797 AddResource(XID id, RESTYPE type, void *value) in AddResource()
886 FreeResource(XID id, RESTYPE skipDeleteFuncType) in FreeResource()
922 FreeResourceByType(XID id, RESTYPE type, Bool skipFree) in FreeResourceByType()
958 ChangeResourceValue(XID id, RESTYPE rtype, void *value) in ChangeResourceValue()
1166 LegalNewID(XID id, ClientPtr client) in LegalNewID()
1172 XID minid, maxid; in LegalNewID()
1191 dixLookupResourceByType(void **result, XID id, RESTYPE rtype, in dixLookupResourceByType()
1228 dixLookupResourceByClass(void **result, XID id, RESTYPE rclass, in dixLookupResourceByClass()