Searched refs:pnext (Results 1 – 1 of 1) sorted by relevance
49 for (Source **pnext = &mSources; *pnext != nullptr; pnext = &(*pnext)->mNext) in Remove() local51 if (*pnext == &aSource) in Remove()53 *pnext = aSource.mNext; in Remove()