Home | History | Annotate | Download | only in src

Lines Matching refs:pNewSourceList

2088     SmlSourceListPtr_t pNewSourceList;
2097 if ((pNewSourceList = (SmlSourceListPtr_t)smlLibMalloc(sizeof(SmlSourceList_t))) == NULL)
2099 smlLibMemset(pNewSourceList, 0, sizeof(SmlSourceList_t));
2101 if ((rc = buildTargetOrSource(pDecoder, (VoidPtr_t)&pNewSourceList->source)) != SML_ERR_OK) {
2102 smlLibFree(pNewSourceList);
2107 *ppSourceList = pNewSourceList;
2109 pSourceList->next = pNewSourceList;