Home | History | Annotate | Download | only in src

Lines Matching refs:pNewSourceRefList

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