Lines Matching refs:rKey
129 OStorePageKey const & rKey) in find_lookup() argument
132 storeError eErrCode = m_aRoot.find_lookup (rNode, rIndex, rKey, *this); in find_lookup()
142 if (e.compare(entry(rKey)) != entry::COMPARE_EQUAL) in find_lookup()
295 const rtl_String *pPath, const rtl_String *pName, OStorePageKey &rKey) in namei() argument
306 rKey.m_nLow = store::htonl(rtl_crc32 (0, pName->buffer, pName->length)); in namei()
307 rKey.m_nHigh = store::htonl(rtl_crc32 (0, pPath->buffer, pPath->length)); in namei()
405 OStorePageKey & rKey, in iterate() argument
419 storeError eErrCode = m_aRoot.find_lookup (aNode, i, rKey, *this); in iterate()
428 rKey = e.m_aKey; in iterate()
441 const OStorePageKey &rKey, in load_dirpage_Impl() argument
447 storeError eErrCode = find_lookup (aNode, i, rKey); in load_dirpage_Impl()
462 const OStorePageKey &rKey, in save_dirpage_Impl() argument
469 storeError eErrCode = m_aRoot.find_insert (aNode, i, rKey, *this); in save_dirpage_Impl()
503 xNode->insert (i + 1, entry (rKey, aLink)); in save_dirpage_Impl()
514 const OStorePageKey &rKey, in attrib() argument
529 storeError eErrCode = find_lookup (aNode, i, rKey); in attrib()
789 storeError OStorePageManager::remove (const OStorePageKey &rKey) in remove() argument
804 storeError eErrCode = find_lookup (aNodePage, i, rKey); in remove()