Searched refs:ppRoot (Results 1 – 2 of 2) sorted by relevance
165 LIB_OBJECT_NODE** ppRoot, in libObjectAdd() argument171 if (*ppRoot == NULL) in libObjectAdd()173 *ppRoot = pNew; in libObjectAdd()184 pRoot = *ppRoot; in libObjectAdd()219 *ppRoot = pNew; in libObjectAdd()279 static void libObjectRemove(LIB_OBJECT_NODE** ppRoot, LIB_OBJECT_NODE* pObject) in libObjectRemove() argument290 *ppRoot = NULL; in libObjectRemove()292 else if (pObject == *ppRoot) in libObjectRemove()295 *ppRoot = pNext; in libObjectRemove()299 static LIB_OBJECT_NODE* libObjectRemoveOne(LIB_OBJECT_NODE** ppRoot) in libObjectRemoveOne() argument[all …]