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

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandr.h47 #define RRNumberRequests 47 macro
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drandr.c497 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
506 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
H A Drrdispatch.c217 int (*ProcRandrVector[RRNumberRequests])(ClientPtr) = {
H A Drandrstr.h68 extern _X_EXPORT int (*ProcRandrVector[RRNumberRequests])(ClientPtr);
69 extern _X_EXPORT int (*SProcRandrVector[RRNumberRequests])(ClientPtr);
H A Drrsdispatch.c468 int (*SProcRandrVector[RRNumberRequests])(ClientPtr) = {
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrdispatch.c210 int (*ProcRandrVector[RRNumberRequests]) (ClientPtr) = {
H A Drandr.c745 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
755 if (stuff->data >= RRNumberRequests || !SProcRandrVector[stuff->data])
H A Drandrstr.h74 extern int (*ProcRandrVector[RRNumberRequests]) (ClientPtr);
75 extern int (*SProcRandrVector[RRNumberRequests]) (ClientPtr);
H A Drrsdispatch.c639 int (*SProcRandrVector[RRNumberRequests]) (ClientPtr) = {

Completed in 8 milliseconds