Lines Matching defs:csp
3694 xConnSetupPrefix csp;
3696 csp.success = xFalse;
3697 csp.lengthReason = strlen(reason);
3698 csp.length = bytes_to_int32(csp.lengthReason);
3699 csp.majorVersion = X_PROTOCOL;
3700 csp.minorVersion = X_PROTOCOL_REVISION;
3702 WriteSConnSetupPrefix(client, &csp);
3704 WriteToClient(client, sz_xConnSetupPrefix, &csp);
3705 WriteToClient(client, (int) csp.lengthReason, reason);