Home | History | Annotate | Download | only in src

Lines Matching refs:newprops

4620 	MTPProperties *newprops;
4624 newprops = malloc(sizeof(MTPProperties)*(*nrofprops+1));
4626 newprops = realloc(*props,sizeof(MTPProperties)*(*nrofprops+1));
4628 if (newprops == NULL)
4630 prop = &newprops[*nrofprops];
4636 (*props) = newprops;