Lines Matching refs:entry
112 xRoot->insert (0, entry(aKey)); in initialize()
139 entry e (xPage->m_pData[rIndex]); in find_lookup()
142 if (e.compare(entry(rKey)) != entry::COMPARE_EQUAL) in find_lookup()
163 storeError OStorePageManager::remove_Impl (entry & rEntry)
168 eErrCode = m_aRoot.find_lookup (aNode, nIndex, entry::CompareGreater(rEntry), *this);
184 entry::CompareResult result = rEntry.compare (rPage.m_pData[i]);
186 for (; result == entry::COMPARE_GREATER && xPage->depth() > 0; )
224 } while (result == entry::COMPATE_GREATER);
228 storeError OStorePageManager::remove_Impl (entry & rEntry) in remove_Impl()
242 entry::CompareResult result = rEntry.compare (xPage->m_pData[i]); in remove_Impl()
245 while ((result == entry::COMPARE_GREATER) && (xPage->depth() > 0)) in remove_Impl()
276 result != entry::COMPARE_LESS, in remove_Impl()
280 if (result == entry::COMPARE_LESS) in remove_Impl()
425 entry e (xNode->m_pData[i]); in iterate()
453 entry e (xNode->m_pData[i]); in load_dirpage_Impl()
477 entry e (xNode->m_pData[i]); in save_dirpage_Impl()
503 xNode->insert (i + 1, entry (rKey, aLink)); in save_dirpage_Impl()
535 entry e (xNode->m_pData[i]); in attrib()
596 entry e (xDstNode->m_pData[i]); in link()
607 xSrcNode->insert (i + 1, entry (rSrcKey, aDstLink, STORE_ATTRIB_ISLINK)); in link()
677 xSrcNode->insert (i + 1, entry(aSrcKey, aSrcLink)); in symlink()
722 entry e (xSrcNode->m_pData[i]); in rename()
810 entry e (xNodePage->m_pData[i]); in remove()
1021 entry e (xNode->m_pData[i]); in rebuild()