Searched refs:pExtRepSets (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c1630 SetInfoPtr pExtReqSets, pExtRepSets;
1686 pExtRepSets = pExtReqSets + stuff->nRanges;
1703 offset_of(rr, extRepliesMajorFirst), pExtRepSets, &nExtRepSets);
1850 for (i = 0; i < nExtRepSets; i++, pExtRepSets++)
1852 pRCAP->pReplyMinOpInfo[i+1].major.first = pExtRepSets->first;
1853 pRCAP->pReplyMinOpInfo[i+1].major.last = pExtRepSets->last;
1855 RecordCreateSet(pExtRepSets->intervals,
1856 pExtRepSets->nintervals,
1857 (RecordSetPtr)((char *)pRCAP + pExtRepSets->offset),
1858 pExtRepSets
1627 SetInfoPtr pExtReqSets, pExtRepSets; local in function:RecordRegisterClients
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c1554 SetInfoPtr pExtReqSets, pExtRepSets;
1609 pExtRepSets = pExtReqSets + stuff->nRanges;
1633 pExtRepSets, &nExtRepSets);
1787 for (i = 0; i < nExtRepSets; i++, pExtRepSets++) {
1788 pRCAP->pReplyMinOpInfo[i + 1].major.first = pExtRepSets->first;
1789 pRCAP->pReplyMinOpInfo[i + 1].major.last = pExtRepSets->last;
1791 RecordCreateSet(pExtRepSets->intervals,
1792 pExtRepSets->nintervals,
1794 pExtRepSets->offset),
1795 pExtRepSets
1551 SetInfoPtr pExtReqSets, pExtRepSets; local in function:RecordRegisterClients
[all...]

Completed in 7 milliseconds