Searched refs:SProcRandrVector (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/randr/ | ||
| H A D | randr.c | 508 return (*SProcRandrVector[stuff->data]) (client); |
| H A D | rrsdispatch.c | 468 int (*SProcRandrVector[RRNumberRequests])(ClientPtr) = { variable in typeref:typename:int (* [RRNumberRequests])(ClientPtr) |
| H A D | randrstr.h | 69 extern _X_EXPORT int (*SProcRandrVector[RRNumberRequests])(ClientPtr); |
| /xsrc/external/mit/xorg-server/dist/randr/ | ||
| H A D | randr.c | 755 if (stuff->data >= RRNumberRequests || !SProcRandrVector[stuff->data]) 758 return (*SProcRandrVector[stuff->data]) (client); |
| H A D | rrsdispatch.c | 639 int (*SProcRandrVector[RRNumberRequests]) (ClientPtr) = { variable in typeref:typename:int (* [RRNumberRequests])(ClientPtr) |
| H A D | randrstr.h | 75 extern int (*SProcRandrVector[RRNumberRequests]) (ClientPtr); |
Completed in 7 milliseconds