Searched refs:pInts (Results 1 – 1 of 1) sorted by relevance
895 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local897 if (pInts == NULL) { in dispatchInts()905 pInts[i] = va_arg(ap, int); in dispatchInts()909 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()911 if (pInts != NULL) { in dispatchInts()913 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()915 free(pInts); in dispatchInts()