Home
last modified time | relevance | path

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

/AOO42X/main/sot/source/sdstor/
H A Dstgcache.cxx76 pNext1 = in StgPage()
158 pElem->pNext1 = pCur; in Create()
160 pElem->pNext1->pLast1 = in Create()
161 pElem->pLast1->pNext1 = pElem; in Create()
164 pElem->pNext1 = pElem->pLast1 = pElem; in Create()
199 OSL_ENSURE( pElem->pNext1 && pElem->pLast1, "The pointers may not be NULL!" ); in Erase()
201 pElem->pNext1->pLast1 = pElem->pLast1; in Erase()
202 pElem->pLast1->pNext1 = pElem->pNext1; in Erase()
204 pCur = ( pElem->pNext1 == pElem ) ? NULL : pElem->pNext1; in Erase()
224 pElem = pElem->pNext1; in Clear()
[all …]
H A Dstgcache.hxx97 StgPage *pNext1, *pLast1; // LRU chain member in StgPage