Home
last modified time | relevance | path

Searched refs:htons (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/store/source/
H A Dstorbase.hxx82 #ifdef htons
83 #undef htons
97 inline sal_uInt16 htons (sal_uInt16 h) { return OSL_SWAPWORD(h); } in htons() function
103 inline sal_uInt16 htons (sal_uInt16 h) { return (h); }
255 m_nSize (store::htons(nSize)), in OStorePageDescriptor()
256 m_nUsed (store::htons(nUsed)) in OStorePageDescriptor()
H A Dstordata.hxx88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData()
182 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreIndirectionPageData()
598 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in initialize()
612 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDirectoryPageData()
H A Dstortree.hxx159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount()
H A Dstortree.cxx51 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); // usageCount(0) in OStoreBTreeNodeData()
/aoo4110/main/sal/osl/w32/
H A Dsocket.cxx662 __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons( (sal_uInt16) Port), nAddr ); in osl_createInetBroadcastAddr()
686 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons( (sal_uInt16)Port), Addr ); in osl_createInetSocketAddr()
1081 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
/aoo4110/main/vcl/unx/headless/
H A Dsvpelement.cxx96 addr.sin_port = htons(nPort); in SvpElementContainer()
/aoo4110/main/sal/osl/os2/
H A Dsocket.c685 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port), nAddr ); in osl_createInetBroadcastAddr()
730 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port) , Addr ); in osl_psz_createInetSocketAddr()
1634 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
/aoo4110/main/sal/osl/unx/
H A Dsocket.c685 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port), nAddr ); in osl_createInetBroadcastAddr()
730 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port) , Addr ); in osl_psz_createInetSocketAddr()
1613 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
/aoo4110/main/vcl/workben/
H A Dsvpclient.cxx231 addr.sin_port = htons(nPort); in processCommand()

Completed in 65 milliseconds