HomeSort by: relevance | last modified time | path
    Searched refs:RRNumberRequests (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
randr.h 47 #define RRNumberRequests 47
  /xsrc/external/mit/xorg-server.old/dist/randr/
randr.c 497 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
506 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
rrdispatch.c 217 int (*ProcRandrVector[RRNumberRequests])(ClientPtr) = {
randrstr.h 68 extern _X_EXPORT int (*ProcRandrVector[RRNumberRequests])(ClientPtr);
69 extern _X_EXPORT int (*SProcRandrVector[RRNumberRequests])(ClientPtr);
rrsdispatch.c 468 int (*SProcRandrVector[RRNumberRequests])(ClientPtr) = {
  /xsrc/external/mit/xorg-server/dist/randr/
rrdispatch.c 210 int (*ProcRandrVector[RRNumberRequests]) (ClientPtr) = {
randr.c 745 if (stuff->data >= RRNumberRequests || !ProcRandrVector[stuff->data])
755 if (stuff->data >= RRNumberRequests || !SProcRandrVector[stuff->data])
randrstr.h 74 extern int (*ProcRandrVector[RRNumberRequests]) (ClientPtr);
75 extern int (*SProcRandrVector[RRNumberRequests]) (ClientPtr);
rrsdispatch.c 639 int (*SProcRandrVector[RRNumberRequests]) (ClientPtr) = {

Completed in 9 milliseconds