Searched refs:nSI (Results 1 – 1 of 1) sorted by relevance
177 void move (sal_uInt16 nSI, sal_uInt16 nDI);317 void INetURLHistory_Impl::move (sal_uInt16 nSI, sal_uInt16 nDI) in move() argument319 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[all …]