Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/store/source/
H A Dstorbase.hxx92 #ifdef ntohl
93 #undef ntohl
101 inline sal_uInt32 ntohl (sal_uInt32 n) { return OSL_SWAPDWORD(n); } in ntohl() function
107 inline sal_uInt32 ntohl (sal_uInt32 n) { return (n); }
299 return (store::ntohl(m_nAddr) < store::ntohl(rhs.m_nAddr)); in operator <()
350 return (store::ntohl(m_nLow) < store::ntohl(rhs.m_nLow)); in operator <()
352 return (store::ntohl(m_nHigh) < store::ntohl(rhs.m_nHigh)); in operator <()
403 return (store::ntohl(m_nAddr) < store::ntohl(rhs.m_nAddr)); in operator <()
410 return store::ntohl(m_nAddr); in location()
457 return store::ntohl(m_aDescr.m_nAddr); in location()
[all …]
H A Dstordata.cxx232 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in read()
258 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nDouble]); in read()
291 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nTriple]); in read()
322 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in write()
362 storeError eErrCode = aSingle.loadOrCreate (store::ntohl(rPage.m_pData[nDouble]), rBIOS); in write()
398 storeError eErrCode = aDouble.loadOrCreate (store::ntohl(rPage.m_pData[nTriple]), rBIOS); in write()
434 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[i - 1]); in truncate()
480 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[i - 1]), 0, rBIOS); in truncate()
490 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[nDouble]), nSingle, rBIOS); in truncate()
535 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[i - 1]), 0, 0, rBIOS); in truncate()
[all …]
H A Dstordata.hxx479 return store::ntohl(m_aTable.m_pDirect[nIndex]); in directLink()
498 return store::ntohl(m_aTable.m_pSingle[nIndex]); in singleLink()
517 return store::ntohl(m_aTable.m_pDouble[nIndex]); in doubleLink()
536 return store::ntohl(m_aTable.m_pTriple[nIndex]); in tripleLink()
709 return store::ntohl(PAGE().m_aNameBlock.m_nAttrib); in attrib()
735 sal_uInt32 nPath = store::ntohl(rPage.m_aNameBlock.m_aKey.m_nHigh); in path()
751 return store::ntohl(PAGE().m_aDataBlock.m_nDataLen); in dataLength()
H A Dstorpage.cxx341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget()
430 rAttrib = store::ntohl(e.m_nAttrib); in iterate()
539 sal_uInt32 nAttrib = store::ntohl(e.m_nAttrib); in attrib()
565 rAttrib = store::ntohl(e.m_nAttrib); in attrib()
726 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); in rename()
759 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
813 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in remove()
H A Dstordir.cxx224 rFindData.m_nReserved = store::ntohl(aKey.m_nLow); in iterate()
231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()
H A Dstorbios.cxx118 return store::ntohl(m_nUnused); in unusedCount()
156 sal_uInt32 nMagic = store::ntohl(m_aGuard.m_nMagic); in verify()
H A Dstortree.hxx193 return store::ntohl(self::m_aGuard.m_nMagic); in depth()
/aoo4110/main/soltools/javadep/
H A Djavadep.c47 #define ntohl(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ macro
186 ndata = ntohl(ndata); in read_uint32()
/aoo4110/main/sal/osl/w32/
H A Dsocket.cxx637 nAddr = ntohl(nAddr); in osl_createInetBroadcastAddr()
/aoo4110/main/sal/osl/os2/
H A Dsocket.c661 nAddr = ntohl(nAddr); in osl_createInetBroadcastAddr()
/aoo4110/main/sal/osl/unx/
H A Dsocket.c661 nAddr = ntohl(nAddr); in osl_createInetBroadcastAddr()

Completed in 93 milliseconds