Lines Matching refs:nSI
177 void move (sal_uInt16 nSI, sal_uInt16 nDI);
317 void INetURLHistory_Impl::move (sal_uInt16 nSI, sal_uInt16 nDI) in move() argument
319 hash_entry e = m_pHash[nSI]; in move()
320 if (nSI < nDI) in move()
324 &m_pHash[nSI ], in move()
325 &m_pHash[nSI + 1], in move()
326 (nDI - nSI) * sizeof(hash_entry)); in move()
328 if (nSI > nDI) in move()
334 (nSI - nDI) * sizeof(hash_entry)); in move()
365 sal_uInt16 nSI = find (m_pList[nLRU].m_nHash); in putUrl() local
366 if (!(nLRU == m_pHash[nSI].m_nLru)) in putUrl()
369 nLRU = m_pHash[nSI].m_nLru; in putUrl()
379 if (nSI < nDI) in putUrl()
384 if (nDI < nSI) in putUrl()
391 m_pList[m_aHead.m_nNext].m_nHash = m_pHash[nSI].m_nHash = h; in putUrl()
392 move (nSI, nDI); in putUrl()