Home
last modified time | relevance | path

Searched refs:rnPageSize (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/store/source/
H A Dstorbios.cxx575 sal_uInt16 & rnPageSize) in initialize() argument
581 storeError eErrCode = initialize_Impl (pLockBytes, eAccessMode, rnPageSize); in initialize()
597 sal_uInt16 & rnPageSize) in initialize_Impl() argument
647 if ((STORE_MINIMUM_PAGESIZE > rnPageSize) || (rnPageSize > STORE_MAXIMUM_PAGESIZE)) in initialize_Impl()
649 rnPageSize = ((rnPageSize + STORE_MINIMUM_PAGESIZE - 1) & ~(STORE_MINIMUM_PAGESIZE - 1)); 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()
662 eErrCode = m_xLockBytes->initialize (m_xAllocator, rnPageSize); in initialize_Impl()
667 eErrCode = PageCache_createInstance (m_xCache, rnPageSize); in initialize_Impl()
H A Dstorpage.cxx82 sal_uInt16 & rnPageSize) in initialize() argument
92 storeError eErrCode = base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize()
100 return base::loadObjectAt (m_aRoot, rnPageSize); in initialize()
104 eErrCode = m_aRoot.loadOrCreate (rnPageSize, *this); in initialize()
115 eErrCode = base::saveObjectAt (m_aRoot, rnPageSize); in initialize()
H A Dstorbios.hxx67 sal_uInt16 & rnPageSize);
217 sal_uInt16 & rnPageSize);
H A Dstorpage.hxx59 sal_uInt16 & rnPageSize);
/aoo4110/main/store/workben/
H A Dt_base.cxx102 sal_uInt16 & rnPageSize);
126 ILockBytes *pLockBytes, storeAccessMode eAccessMode, sal_uInt16 & rnPageSize) in initialize() argument
128 return base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize()

Completed in 42 milliseconds