Home | History | Annotate | Download | only in src

Lines Matching refs:pNewItemList

2057     SmlItemListPtr_t pNewItemList;
2066 if ((pNewItemList = (SmlItemListPtr_t)smlLibMalloc(sizeof(SmlItemList_t))) == NULL)
2068 smlLibMemset(pNewItemList, 0, sizeof(SmlItemList_t));
2070 if ((rc = buildItem(pDecoder, (VoidPtr_t)&pNewItemList->item)) != SML_ERR_OK) {
2071 smlLibFree(pNewItemList);
2076 *ppItemList = pNewItemList;
2078 pItemList->next = pNewItemList;