Home
last modified time | relevance | path

Searched refs:SuperBlockPage (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/store/source/
H A Dstorbios.cxx178 struct SuperBlockPage struct
215 explicit SuperBlockPage (sal_uInt16 nPageSize = thePageSize) in SuperBlockPage() function
258 storeError SuperBlockPage::unusedHead (OStorePageBIOS & rBIOS, PageData & rPageHead) in unusedHead()
300 storeError SuperBlockPage::unusedPop (OStorePageBIOS & rBIOS, PageData const & rPageHead) in unusedPop()
316 storeError SuperBlockPage::unusedPush (OStorePageBIOS & rBIOS, sal_uInt32 nAddr) in unusedPush()
346 storeError SuperBlockPage::verify (OStorePageBIOS & rBIOS) in verify()
613 if ((m_pSuper = new SuperBlockPage()) == 0) in initialize_Impl()
616 eErrCode = read (0, m_pSuper, SuperBlockPage::theSize); in initialize_Impl()
652 if ((m_pSuper = new(rnPageSize) SuperBlockPage(rnPageSize)) == 0) in initialize_Impl()
H A Dstorbios.hxx45 struct SuperBlockPage;
180 SuperBlockPage * m_pSuper;

Completed in 42 milliseconds