Home
last modified time | relevance | path

Searched refs:pRep (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c182 SGenericReply(ClientPtr pClient, int size, xGenericReply * pRep) in SGenericReply() argument
184 swaps(&pRep->sequenceNumber); in SGenericReply()
185 WriteToClient(pClient, size, pRep); in SGenericReply()
191 xGetWindowAttributesReply * pRep) in SGetWindowAttributesReply() argument
193 swaps(&pRep->sequenceNumber); in SGetWindowAttributesReply()
194 swapl(&pRep->length); in SGetWindowAttributesReply()
195 swapl(&pRep->visualID); in SGetWindowAttributesReply()
196 swaps(&pRep->class); in SGetWindowAttributesReply()
197 swapl(&pRep->backingBitPlanes); in SGetWindowAttributesReply()
198 swapl(&pRep->backingPixel); in SGetWindowAttributesReply()
[all …]
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c292 xRecordEnableContextReply *pRep = (xRecordEnableContextReply *) in RecordAProtocolElement() local
305 pRep->type = X_Reply; in RecordAProtocolElement()
306 pRep->category = category; in RecordAProtocolElement()
307 pRep->sequenceNumber = pContext->pRecordingClient->sequence; in RecordAProtocolElement()
308 pRep->length = 0; in RecordAProtocolElement()
309 pRep->elementHeader = pContext->elemHeaders; in RecordAProtocolElement()
310 pRep->serverTime = serverTime; in RecordAProtocolElement()
312 pRep->clientSwapped = in RecordAProtocolElement()
314 pRep->idBase = pClient->clientAsMask; in RecordAProtocolElement()
315 pRep->recordedSequenceNumber = pClient->sequence; in RecordAProtocolElement()
[all …]