Lines Matching defs:rep

1024     xGetClientAttributesReply rep = {
1048 rep.trustflag = (res_tsolinfo->forced_trust == 1
1050 rep.uid = (CARD32) res_tsolinfo->uid;
1051 rep.pid = (CARD32) res_tsolinfo->pid;
1052 rep.gid = (CARD32) res_tsolinfo->gid;
1053 rep.auditid = (CARD32) res_tsolinfo->auid;
1054 rep.sessionid = (CARD32) res_tsolinfo->asid;
1055 rep.iaddr = (CARD32) res_tsolinfo->iaddr;
1059 swaps(&rep.sequenceNumber);
1060 swapl(&rep.length);
1061 swapl(&rep.uid);
1062 swapl(&rep.pid);
1063 swapl(&rep.gid);
1064 swapl(&rep.auditid);
1065 swapl(&rep.sessionid);
1066 swapl(&rep.iaddr);
1069 WriteToClient(client, sizeof(xGetClientAttributesReply), (char *)&rep);
1086 xGetClientLabelReply rep = {
1119 rep.blabel_bytes = SL_SIZE;
1122 rep.length = (CARD32)(rep.blabel_bytes)/4;
1124 if (rep.length > 0)
1126 reply_length = rep.length*4;
1131 swaps(&rep.sequenceNumber);
1132 swapl(&rep.length);
1133 swapl(&rep.blabel_bytes);
1136 WriteToClient(client, sizeof(xGetClientLabelReply), &rep);
1161 xGetPropAttributesReply rep = {
1214 rep.uid = tsolprop ? tsolprop->uid : tsolres->uid;
1226 rep.sllength = SL_SIZE;
1229 rep.length = (CARD32) (rep.sllength)/4;
1231 if (rep.length > 0)
1233 reply_length = rep.length*4;
1238 swaps(&rep.sequenceNumber);
1239 swapl(&rep.length);
1240 swapl(&rep.uid);
1241 swaps(&rep.sllength);
1242 swaps(&rep.illength);
1245 WriteToClient(client, sizeof(xGetPropAttributesReply), (char *)&rep);
1268 xGetResAttributesReply rep = {
1283 rep.uid = ScreenStripeHeight[stuff->id];
1287 rep.owneruid = OwnerUID;
1312 rep.uid = tsolres->uid;
1324 rep.sllength = SL_SIZE;
1327 rep.length = (CARD32) (rep.sllength)/4;
1329 if (rep.length > 0)
1331 reply_length = rep.length*4;
1336 swaps(&rep.sequenceNumber);
1337 swapl(&rep.length);
1338 swapl(&rep.uid);
1339 swapl(&rep.owneruid);
1340 swaps(&rep.sllength);
1341 swaps(&rep.illength);
1342 swaps(&rep.iillength);
1345 WriteToClient(client, sizeof(xGetResAttributesReply), (char *)&rep);