Searched refs:pNext1 (Results 1 – 2 of 2) sorted by relevance
76 pNext1 = in StgPage()158 pElem->pNext1 = pCur; in Create()160 pElem->pNext1->pLast1 = in Create()202 pElem->pLast1->pNext1 = pElem->pNext1; in Erase()204 pCur = ( pElem->pNext1 == pElem ) ? NULL : pElem->pNext1; in Erase()224 pElem = pElem->pNext1; in Clear()252 pFound->pLast1->pNext1 = pFound->pNext1; in Find()254 pFound->pNext1 = pCur; in Find()256 pFound->pNext1->pLast1 = in Find()257 pFound->pLast1->pNext1 = pFound; in Find()[all …]
97 StgPage *pNext1, *pLast1; // LRU chain member in StgPage
Completed in 10 milliseconds