Home | History | Annotate | Download | only in src

Lines Matching refs:pNewMapItemList

2119     SmlMapItemListPtr_t pNewMapItemList;
2128 if ((pNewMapItemList = (SmlMapItemListPtr_t)smlLibMalloc(sizeof(SmlMapItemList_t))) == NULL)
2130 smlLibMemset(pNewMapItemList, 0, sizeof(SmlMapItemList_t));
2132 if ((rc = buildMapItem(pDecoder, (VoidPtr_t)&pNewMapItemList->mapItem)) != SML_ERR_OK) {
2133 smlLibFree(pNewMapItemList);
2138 *ppMapItemList = pNewMapItemList;
2140 pMapItemList->next = pNewMapItemList;