Home | History | Annotate | Download | only in src

Lines Matching refs:pNewSourceList

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