Searched refs:pInts (Results 1 – 1 of 1) sorted by relevance
666 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local668 if (pInts == NULL) { in dispatchInts()676 pInts[i] = va_arg(ap, int); in dispatchInts()680 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()682 if (pInts != NULL) { in dispatchInts()684 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()686 free(pInts); in dispatchInts()