Searched refs:aDstKey (Results  1 – 2 of 2) sorted by relevance
| /trunk/main/store/source/ | 
| H A D | storpage.cxx | 386 		OStorePageKey aDstKey;  in iget()  local387 		memcpy (&aDstKey, &(xPage->m_pData[0]), sizeof(aDstKey));  in iget()
 390 		eErrCode = load_dirpage_Impl (aDstKey, rPage);  in iget()
 662 	OStorePageKey aDstKey (rDstKey);  in symlink()  local
 663 	memcpy (&(xNode->m_pData[0]), &aDstKey, sizeof(aDstKey));  in symlink()
 667 	aPage.dataLength (sal_uInt32(sizeof(aDstKey)));  in symlink()
 708 	OStorePageKey aDstKey;  in rename()  local
 709 	eErrCode = namei (pDstPath, pDstName, aDstKey);  in rename()
 737 			aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1));  in rename()
 742 	e.m_aKey = aDstKey;  in rename()
 [all …]
 
 | 
| H A D | store.cxx | 635 	OStorePageKey aDstKey;  in store_link()  local638 		aDstPath.pData, aDstName.pData, aDstKey);  in store_link()
 643 	return xManager->link (aSrcKey, aDstKey);  in store_link()
 673 	OStorePageKey aDstKey;  in store_symlink()  local
 676 		aDstPath.pData, aDstName.pData, aDstKey);  in store_symlink()
 686 	return xManager->symlink (aSrcPath.pData, aSrcName.pData, aDstKey);  in store_symlink()
 
 | 
        Completed in 26 milliseconds