Searched refs:pRangeInfo (Results 1 – 1 of 1) sorted by relevance
2135 GetContextRangeInfoPtr pRangeInfo; in ProcRecordGetContext() local2151 pRangeInfo = xallocarray(nRCAPs, sizeof(GetContextRangeInfoRec)); in ProcRecordGetContext()2152 if (!pRangeInfo && nRCAPs > 0) in ProcRecordGetContext()2155 pRangeInfo[i].pRanges = NULL; in ProcRecordGetContext()2156 pRangeInfo[i].size = 0; in ProcRecordGetContext()2157 pRangeInfo[i].nRanges = 0; in ProcRecordGetContext()2165 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo; in ProcRecordGetContext()2223 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo; in ProcRecordGetContext()2250 for (pRCAP = pContext->pListOfRCAP, pri = pRangeInfo; in ProcRecordGetContext()2272 free(pRangeInfo[i].pRanges); in ProcRecordGetContext()[all …]