Home | History | Annotate | Download | only in src

Lines Matching refs:pNewSourceRefList

2177     SmlSourceRefListPtr_t pNewSourceRefList;
2186 if ((pNewSourceRefList = (SmlSourceRefListPtr_t)smlLibMalloc(sizeof(SmlSourceRefList_t))) == NULL)
2188 smlLibMemset(pNewSourceRefList, 0, sizeof(SmlSourceRefList_t));
2190 if ((rc = buildPCData(pDecoder, (VoidPtr_t)&pNewSourceRefList->sourceRef)) != SML_ERR_OK) {
2191 smlFreePcdata(pNewSourceRefList->sourceRef);
2192 smlLibFree(pNewSourceRefList);
2197 *ppSourceRefList = pNewSourceRefList;
2199 pSourceRefList->next = pNewSourceRefList;