Home
last modified time | relevance | path

Searched refs:ntohs (Results 1 – 10 of 10) sorted by relevance

/trunk/main/store/source/
H A Dstorbase.hxx85 #ifdef ntohs
86 #undef ntohs
98 inline sal_uInt16 ntohs (sal_uInt16 n) { return OSL_SWAPWORD(n); } in ntohs() function
104 inline sal_uInt16 ntohs (sal_uInt16 n) { return (n); }
291 (store::ntohs(m_nSize) <= store::ntohs(rhs.m_nSize)) ); in operator <=()
297 return (store::ntohs(m_nSize) < store::ntohs(rhs.m_nSize)); in operator <()
468 return store::ntohs(m_aDescr.m_nSize); in size()
H A Dstordata.hxx68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
583 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
590 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
H A Dstortree.hxx133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
H A Dstorbios.cxx659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl()
1060 rCtx.m_aDescr.m_nSize = store::ntohs(rCtx.m_aDescr.m_nSize); in scanBegin()
/trunk/main/soltools/javadep/
H A Djavadep.c50 #define ntohs(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) macro
174 ndata = ntohs(ndata); in read_uint16()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx333 address.sin_port = ntohs( uProxyPort ); in SendHTTPRequest()
335 address.sin_port = ntohs( uPort ); in SendHTTPRequest()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1027 return ntohs(ps->s_port); in osl_getServicePort()
1061 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
/trunk/main/sal/osl/unx/
H A Dsocket.c1560 return ntohs(ps->s_port); in osl_psz_getServicePort()
1597 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
/trunk/main/sal/osl/os2/
H A Dsocket.c1581 return ntohs(ps->s_port); in osl_psz_getServicePort()
1618 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2437 address.sin_port = ntohs( uProxyPort ); in SendHTTPRequest()
2439 address.sin_port = ntohs( uPort ); in SendHTTPRequest()

Completed in 863 milliseconds