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

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c119 unsigned int clientIDsSeparatelyAllocated:1; /* pClientIDs malloced? */ member in struct:_RecordClientsAndProtocolRec
1109 if (pRCAP->clientIDsSeparatelyAllocated)
1129 * pRCAP->clientIDsSeparatelyAllocated may be set to 1 if there
1137 if (pRCAP->clientIDsSeparatelyAllocated)
1156 pRCAP->clientIDsSeparatelyAllocated = 1;
1778 pRCAP->clientIDsSeparatelyAllocated = 0;
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c119 unsigned int clientIDsSeparatelyAllocated:1; /* pClientIDs malloced? */ member in struct:_RecordClientsAndProtocolRec
1053 if (pRCAP->clientIDsSeparatelyAllocated)
1072 * pRCAP->clientIDsSeparatelyAllocated may be set to 1 if there
1079 if (pRCAP->clientIDsSeparatelyAllocated) {
1098 pRCAP->clientIDsSeparatelyAllocated = 1;
1712 pRCAP->clientIDsSeparatelyAllocated = 0;

Completed in 8 milliseconds