Lines Matching refs:rep
48 xXCMiscGetVersionReply rep = { in ProcXCMiscGetVersion() local
59 swaps(&rep.sequenceNumber); in ProcXCMiscGetVersion()
60 swaps(&rep.majorVersion); in ProcXCMiscGetVersion()
61 swaps(&rep.minorVersion); in ProcXCMiscGetVersion()
63 WriteToClient(client, sizeof(xXCMiscGetVersionReply), &rep); in ProcXCMiscGetVersion()
70 xXCMiscGetXIDRangeReply rep; in ProcXCMiscGetXIDRange() local
75 rep = (xXCMiscGetXIDRangeReply) { in ProcXCMiscGetXIDRange()
83 swaps(&rep.sequenceNumber); in ProcXCMiscGetXIDRange()
84 swapl(&rep.start_id); in ProcXCMiscGetXIDRange()
85 swapl(&rep.count); in ProcXCMiscGetXIDRange()
87 WriteToClient(client, sizeof(xXCMiscGetXIDRangeReply), &rep); in ProcXCMiscGetXIDRange()
95 xXCMiscGetXIDListReply rep; in ProcXCMiscGetXIDList() local
109 rep = (xXCMiscGetXIDListReply) { in ProcXCMiscGetXIDList()
116 swaps(&rep.sequenceNumber); in ProcXCMiscGetXIDList()
117 swapl(&rep.length); in ProcXCMiscGetXIDList()
118 swapl(&rep.count); in ProcXCMiscGetXIDList()
120 WriteToClient(client, sizeof(xXCMiscGetXIDListReply), &rep); in ProcXCMiscGetXIDList()