Home | History | Annotate | Download | only in pcm

Lines Matching full:narray

363         unsigned int *narray;
367 narray = realloc(array->array, sizeof(unsigned int) * (idx + 1));
368 if (narray == NULL)
371 narray[idx1] = NO_ASSIGN;
372 array->array = narray;
388 unsigned int *narray;
392 narray = realloc(array->array, sizeof(unsigned int) * (idx + 1));
393 if (narray == NULL)
396 narray[idx1] = NO_ASSIGN;
397 array->array = narray;