Searched refs:pNextInSlot (Results 1 – 2 of 2) sorted by relevance
731 ScChangeActionContent* pNextInSlot; // in gleichem Slot member in ScChangeActionContent739 if ( ( pNextInSlot = *pp ) != NULL ) in InsertInSlot()740 pNextInSlot->ppPrevInSlot = &pNextInSlot; in InsertInSlot()748 if ( ( *ppPrevInSlot = pNextInSlot ) != NULL ) in RemoveFromSlot()749 pNextInSlot->ppPrevInSlot = ppPrevInSlot; in RemoveFromSlot()753 ScChangeActionContent* GetNextInSlot() { return pNextInSlot; } in GetNextInSlot()827 pNextInSlot( NULL ), in ScChangeActionContent()
1432 pNextInSlot(NULL), in IMPL_FIXEDMEMPOOL_NEWDEL()1452 pNextInSlot(NULL), in ScChangeActionContent()
Completed in 33 milliseconds