Searched refs:pNew (Results 1 – 2 of 2) sorted by relevance
166 LIB_OBJECT_NODE* pNew, in libObjectAdd() argument173 *ppRoot = pNew; in libObjectAdd()174 pNew->pNext = pNew; in libObjectAdd()175 pNew->pPrevious = pNew; in libObjectAdd()178 pNew->key.nHandle = 1; in libObjectAdd()194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()196 pLast->pNext = pNew; in libObjectAdd()197 pNew->pPrevious = pLast; in libObjectAdd()198 pNew->pNext = pRoot; in libObjectAdd()199 pRoot->pPrevious = pNew; in libObjectAdd()[all …]