Searched refs:NewComponents (Results 1 – 1 of 1) sorted by relevance
272 COMPONENTS_ITEM *NewComponents; in AddComponentsItem() local278 NewComponents = malloc (sizeof (COMPONENTS_ITEM)); in AddComponentsItem()279 if (NewComponents == NULL) { in AddComponentsItem()282 memset (NewComponents, 0, sizeof (COMPONENTS_ITEM)); in AddComponentsItem()289 *ComponentsList = NewComponents; in AddComponentsItem()294 TempComponents->Next = NewComponents; in AddComponentsItem()297 return NewComponents; in AddComponentsItem()