Home | History | Annotate | Download | only in src

Lines Matching refs:newprops

2243       MTPProperties *newprops;
2247 newprops = realloc(params->objects[i].mtpprops,(params->objects[i].nrofmtpprops+1)*sizeof(MTPProperties));
2249 newprops = calloc(sizeof(MTPProperties),1);
2251 if (!newprops) return 0; /* FIXME: error handling? */
2252 params->objects[i].mtpprops = newprops;