Searched refs:pConnSetupT (Results 1 – 1 of 1) sorted by relevance
1036 SwapConnSetup(xConnSetup * pConnSetup, xConnSetup * pConnSetupT) in SwapConnSetup() argument1038 cpswapl(pConnSetup->release, pConnSetupT->release); in SwapConnSetup()1039 cpswapl(pConnSetup->ridBase, pConnSetupT->ridBase); in SwapConnSetup()1040 cpswapl(pConnSetup->ridMask, pConnSetupT->ridMask); in SwapConnSetup()1041 cpswapl(pConnSetup->motionBufferSize, pConnSetupT->motionBufferSize); in SwapConnSetup()1042 cpswaps(pConnSetup->nbytesVendor, pConnSetupT->nbytesVendor); in SwapConnSetup()1043 cpswaps(pConnSetup->maxRequestSize, pConnSetupT->maxRequestSize); in SwapConnSetup()1044 pConnSetupT->minKeyCode = pConnSetup->minKeyCode; in SwapConnSetup()1045 pConnSetupT->maxKeyCode = pConnSetup->maxKeyCode; in SwapConnSetup()1046 pConnSetupT->numRoots = pConnSetup->numRoots; in SwapConnSetup()[all …]