Searched refs:SProcRandrVector (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drandr.c508 return (*SProcRandrVector[stuff->data]) (client);
H A Drrsdispatch.c468 int (*SProcRandrVector[RRNumberRequests])(ClientPtr) = { variable in typeref:typename:int (* [RRNumberRequests])(ClientPtr)
H A Drandrstr.h69 extern _X_EXPORT int (*SProcRandrVector[RRNumberRequests])(ClientPtr);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drandr.c755 if (stuff->data >= RRNumberRequests || !SProcRandrVector[stuff->data])
758 return (*SProcRandrVector[stuff->data]) (client);
H A Drrsdispatch.c639 int (*SProcRandrVector[RRNumberRequests]) (ClientPtr) = { variable in typeref:typename:int (* [RRNumberRequests])(ClientPtr)
H A Drandrstr.h75 extern int (*SProcRandrVector[RRNumberRequests]) (ClientPtr);

Completed in 7 milliseconds