Lines Matching defs:csp
883 xConnSetupPrefix csp;
902 csp.success = xFalse;
903 csp.lengthReason = sizeof(NOROOM) - 1;
904 csp.length = (sizeof(NOROOM) + 2) >> 2;
905 csp.majorVersion = X_PROTOCOL;
906 csp.minorVersion = X_PROTOCOL_REVISION;
910 swaps(&csp.majorVersion, whichbyte);
911 swaps(&csp.minorVersion, whichbyte);
912 swaps(&csp.length, whichbyte);
915 iov[0].iov_base = (char *) &csp;
916 iov[1].iov_len = csp.lengthReason;
918 iov[2].iov_len = (4 - (csp.lengthReason & 3)) & 3;