Searched refs:m_nLow (Results 1 – 4 of 4) sorted by relevance
/trunk/main/store/source/ |
H A D | storbase.hxx | 312 sal_uInt32 m_nLow; member 318 : m_nLow (store::htonl(nLow)), in OStorePageKey() 324 store::swap(m_nLow, rhs.m_nLow); in swap() 329 : m_nLow (rhs.m_nLow), m_nHigh (rhs.m_nHigh) in OStorePageKey() 334 m_nLow = rhs.m_nLow; in operator =() 343 return ((m_nLow == rhs.m_nLow ) && in operator ==() 350 return (store::ntohl(m_nLow) < store::ntohl(rhs.m_nLow)); in operator <()
|
H A D | stordir.cxx | 224 rFindData.m_nReserved = store::ntohl(aKey.m_nLow); in iterate() 229 if (aKey.m_nLow == 0) in iterate() 231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()
|
H A D | storpage.cxx | 306 rKey.m_nLow = store::htonl(rtl_crc32 (0, pName->buffer, pName->length)); in namei() 341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget() 737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); in rename()
|
/trunk/main/store/workben/ |
H A D | t_base.cxx | 214 rKey.m_nLow = rtl_crc32 (0, pszNameA->buffer, pszNameA->length); in __store_namei()
|
Completed in 25 milliseconds