Home | History | Annotate | Download | only in src

Lines Matching refs:pSourceRefList

2180     SmlSourceRefListPtr_t pSourceRefList;
2183 pSourceRefList = *ppSourceRefList;
2184 if (pSourceRefList != NULL)
2185 while (pSourceRefList->next != NULL)
2186 pSourceRefList = pSourceRefList->next;
2198 if (pSourceRefList == NULL)
2201 pSourceRefList->next = pNewSourceRefList;