Lines Matching refs:countCalls
916 int countCalls;
938 for (countCalls = 0, p_cur = p_response->p_intermediates
942 countCalls++;
947 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
948 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
949 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
952 for(i = 0; i < countCalls ; i++) {