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

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c2232 GetContextRangeInfoPtr pRangeInfo;
2247 pRangeInfo = (GetContextRangeInfoPtr)malloc(
2249 if (!pRangeInfo && nRCAPs > 0)
2253 pRangeInfo[i].pRanges = NULL;
2254 pRangeInfo[i].size = 0;
2255 pRangeInfo[i].nRanges = 0;
2263 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2310 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2337 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2362 free(pRangeInfo[
2228 GetContextRangeInfoPtr pRangeInfo; local in function:ProcRecordGetContext
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c2147 GetContextRangeInfoPtr pRangeInfo;
2163 pRangeInfo = xallocarray(nRCAPs, sizeof(GetContextRangeInfoRec));
2164 if (!pRangeInfo && nRCAPs > 0)
2167 pRangeInfo[i].pRanges = NULL;
2168 pRangeInfo[i].size = 0;
2169 pRangeInfo[i].nRanges = 0;
2177 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2235 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2262 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo;
2284 free(pRangeInfo[
2143 GetContextRangeInfoPtr pRangeInfo; local in function:ProcRecordGetContext
[all...]

Completed in 8 milliseconds