Searched refs:ppPrevInSlot (Results 1 – 2 of 2) sorted by relevance
732 ScChangeActionContent** ppPrevInSlot; member in ScChangeActionContent736 if ( !ppPrevInSlot ) in InsertInSlot()738 ppPrevInSlot = pp; in InsertInSlot()740 pNextInSlot->ppPrevInSlot = &pNextInSlot; in InsertInSlot()746 if ( ppPrevInSlot ) in RemoveFromSlot()748 if ( ( *ppPrevInSlot = pNextInSlot ) != NULL ) in RemoveFromSlot()749 pNextInSlot->ppPrevInSlot = ppPrevInSlot; in RemoveFromSlot()750 ppPrevInSlot = NULL; // not inserted in RemoveFromSlot()828 ppPrevInSlot( NULL ) in ScChangeActionContent()
1433 ppPrevInSlot(NULL) in IMPL_FIXEDMEMPOOL_NEWDEL()1453 ppPrevInSlot(NULL) in ScChangeActionContent()
Completed in 581 milliseconds