Lines Matching refs:csp
716 xConnSetupPrefix csp;
721 csp.success = xFalse;
722 csp.lengthReason = sizeof(NOROOM) - 1;
723 csp.length = (sizeof(NOROOM) + 2) >> 2;
724 csp.majorVersion = X_PROTOCOL;
725 csp.minorVersion = X_PROTOCOL_REVISION;
728 swaps(&csp.majorVersion);
729 swaps(&csp.minorVersion);
730 swaps(&csp.length);
733 iov[0].iov_base = (char *) &csp;
734 iov[1].iov_len = csp.lengthReason;
736 iov[2].iov_len = (4 - (csp.lengthReason & 3)) & 3;