Lines Matching refs:countCalls
673 int countCalls;
695 for (countCalls = 0, p_cur = p_response->p_intermediates
699 countCalls++;
704 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
705 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
706 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
709 for(i = 0; i < countCalls ; i++) {