Searched refs:SwappedProcVector (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dtables.c97 SwappedProcFunc SwappedProcVector[NUM_PROC_VECTORS] = variable in typeref:typename:SwappedProcFunc[]
H A Ddispatch.c376 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
1077 ProcVector[i] = SwappedProcVector[i] = ProcBadRequest;
/xsrc/external/mit/xfs/dist/include/
H A Dclient.h111 extern int (*SwappedProcVector[]) (ClientPtr);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixstruct.h184 extern _X_EXPORT int (* SwappedProcVector[256]) (ClientPtr /*client*/);
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixstruct.h223 extern _X_EXPORT int (*SwappedProcVector[256]) (ClientPtr /*client */ );
/xsrc/external/mit/xorg-server/dist/dix/
H A Dextension.c119 SwappedProcVector[i + EXTENSION_BASE] = SwappedMainProc;
H A Dtables.c326 int (*SwappedProcVector[256]) (ClientPtr /* client */) = { variable in typeref:typename:int (* [256])(ClientPtr)
H A Ddispatch.c3720 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dextension.c126 SwappedProcVector[i + EXTENSION_BASE] = SwappedMainProc;
H A Dtables.c333 int (* SwappedProcVector[256]) ( variable in typeref:typename:int (* [256])(ClientPtr)
H A Ddispatch.c3616 client->requestVector = client->swapped ? SwappedProcVector : ProcVector;

Completed in 60 milliseconds