Lines Matching refs:hash_entry
86 struct hash_entry struct in INetURLHistory_Impl
105 sal_Bool operator== (const hash_entry &rOther) const in operator ==() argument
109 sal_Bool operator< (const hash_entry &rOther) const in operator <() argument
147 hash_entry m_pHash[INETHIST_SIZE_LIMIT];
154 void downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k);
155 void heapsort (hash_entry a[], sal_uInt16 n);
258 void INetURLHistory_Impl::downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k) in downheap()
260 hash_entry h = a[k]; in downheap()
275 void INetURLHistory_Impl::heapsort (hash_entry a[], sal_uInt16 n) in heapsort()
277 hash_entry h; in heapsort()
319 hash_entry e = m_pHash[nSI]; in move()
326 (nDI - nSI) * sizeof(hash_entry)); in move()
334 (nSI - nDI) * sizeof(hash_entry)); in move()