Lines Matching refs:m_pSuper
555 m_pSuper (NULL), in OStorePageBIOS()
613 if ((m_pSuper = new SuperBlockPage()) == 0) in initialize_Impl()
616 eErrCode = read (0, m_pSuper, SuperBlockPage::theSize); in initialize_Impl()
620 eErrCode = m_pSuper->verify (*this); in initialize_Impl()
652 if ((m_pSuper = new(rnPageSize) SuperBlockPage(rnPageSize)) == 0) in initialize_Impl()
654 eErrCode = m_pSuper->save (*this, rnPageSize); in initialize_Impl()
659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl()
692 delete m_pSuper, m_pSuper = 0; in cleanup_Impl()
843 eErrCode = m_pSuper->unusedHead (*this, aPageHead); in allocate()
856 return m_pSuper->unusedPop (*this, aPageHead); in allocate()
889 return m_pSuper->unusedPush (*this, nAddr); in free()
1050 storeError eErrCode = m_pSuper->verify (*this); in scanBegin()
1059 rCtx.m_aDescr = m_pSuper->m_aSuperOne.m_aDescr; in scanBegin()