Searched refs:pCCP (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dswapreq.c321 SwapConnClientPrefix(ClientPtr client, fsConnClientPrefix *pCCP) argument
327 pCCP->major_version = lswaps(pCCP->major_version);
328 pCCP->minor_version = lswaps(pCCP->minor_version);
329 pCCP->auth_len = lswaps(pCCP->auth_len);
330 return (swap_auth(client, (pointer) &pCCP[1],
331 pCCP->num_auths, pCCP
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dswapreq.h47 extern int SwapConnClientPrefix(ClientPtr client, fsConnClientPrefix *pCCP);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswapreq.c1013 SwapConnClientPrefix(xConnClientPrefix * pCCP) argument
1015 swaps(&pCCP->majorVersion);
1016 swaps(&pCCP->minorVersion);
1017 swaps(&pCCP->nbytesAuthProto);
1018 swaps(&pCCP->nbytesAuthString);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswapreq.c1098 SwapConnClientPrefix(xConnClientPrefix *pCCP) argument
1102 swaps(&pCCP->majorVersion, n);
1103 swaps(&pCCP->minorVersion, n);
1104 swaps(&pCCP->nbytesAuthProto, n);
1105 swaps(&pCCP->nbytesAuthString, n);

Completed in 5 milliseconds