Lines Matching refs:csp
3590 xConnSetupPrefix csp;
3592 csp.success = xFalse;
3593 csp.lengthReason = strlen(reason);
3594 csp.length = bytes_to_int32(csp.lengthReason);
3595 csp.majorVersion = X_PROTOCOL;
3596 csp.minorVersion = X_PROTOCOL_REVISION;
3598 WriteSConnSetupPrefix(client, &csp);
3600 (void)WriteToClient(client, sz_xConnSetupPrefix, (char *) &csp);
3601 (void)WriteToClient(client, (int)csp.lengthReason, reason);