Searched refs:countCalls (Results 1 – 1 of 1) sorted by relevance
693 int countCalls; local715 for (countCalls = 0, p_cur = p_response->p_intermediates719 countCalls++;724 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));725 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));726 memset (p_calls, 0, countCalls * sizeof(RIL_Call));729 for(i = 0; i < countCalls ; i++) {