Searched refs:currCellInfo (Results 1 – 1 of 1) sorted by relevance
1443 CurrentCellInfoVendor *currCellInfo = NULL; in ReqGetCurrentCellInfo() local1465 currCellInfo = (CurrentCellInfoVendor *)calloc(countCellInfo, sizeof(CurrentCellInfoVendor)); in ReqGetCurrentCellInfo()1466 if (currCellInfo == NULL) { in ReqGetCurrentCellInfo()1472 if (ParseGetCurrentCellInfoResponseLine(pLine->data, &currCellInfo[index]) != 0) { in ReqGetCurrentCellInfo()1478 currCellInfoList.currentCellInfo = currCellInfo; in ReqGetCurrentCellInfo()1480 free(currCellInfo); in ReqGetCurrentCellInfo()