Home
last modified time | relevance | path

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

/aoo42x/main/sot/source/sdstor/
H A Dstgcache.hxx39 class StgPage;
44 StgPage* pCur; // top of LRU list
45 StgPage* pElem1; // top of ordered list
53 void Erase( StgPage* ); // delete a cache element
54 void InsertToLRU( StgPage* ); // insert into LRU list
86 StgPage* Find( sal_Int32 ); // find a cached page
94 class StgPage { class
97 StgPage *pNext1, *pLast1; // LRU chain
98 StgPage *pNext2, *pLast2; // ordered chain
104 StgPage( StgCache*, short );
[all …]
H A Dstgcache.cxx52 StgPage *,
68 StgPage::StgPage( StgCache* p, short n ) in StgPage() function in StgPage
83 StgPage::~StgPage() in ~StgPage()
150 StgPage* pElem = new StgPage( this, nPageSize ); in Create()
175 StgPage* p = pElem1; in Create()
220 StgPage* pElem = pCur; in Clear()
223 StgPage* pDelete = pElem; in Clear()
244 StgPage* pFound = (*aIt).second; in Find()
268 StgPage* p = Find( nPage ); in Get()
288 StgPage* p = Find( nNew ); in Copy()
[all …]
H A Dstgstrms.cxx63 StgPage* pPg = NULL; in GetPhysPage()
82 StgPage* pPg = GetPhysPage( nPg << 2 ); in GetNextPage()
101 StgPage* pPg = NULL; in FindBlock()
177 StgPage* pPg = GetPhysPage( nPos ); in MakeChain()
274 StgPage* pPg = NULL; in InitNew()
534 StgPage* pOldPage = 0; in GetPage()
535 StgPage* pMaster = 0; in GetPage()
610 StgPage* pMaster = 0; in SetPage()
636 StgPage* pPg = rIo.Get( nPage, sal_True ); in SetPage()
862 StgPage* pPg; in Read()
[all …]
H A Dstgstrms.hxx33 class StgPage;
49 StgPage* GetPhysPage( sal_Int32 nPage );
94 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );
111 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False );
H A Dstgio.cxx180 StgPage *pPage = NULL; in EasyFat()

Completed in 30 milliseconds