Home | History | Annotate | Download | only in src

Lines Matching refs:pSourceRefList

2178     SmlSourceRefListPtr_t pSourceRefList;
2181 pSourceRefList = *ppSourceRefList;
2182 if (pSourceRefList != NULL)
2183 while (pSourceRefList->next != NULL)
2184 pSourceRefList = pSourceRefList->next;
2196 if (pSourceRefList == NULL)
2199 pSourceRefList->next = pNewSourceRefList;