Home
last modified time | relevance | path

Searched refs:nBufferLen (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx958 int nBufferLen = sizeof ( sal_Int32); in TEST_F() local
968 …l_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionDontRoute, pbDontRouteSet, nBufferLen ); in TEST_F()
970 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
971 ASSERT_TRUE(( n2 == nBufferLen )) << "getOption function failed."; in TEST_F()
983 … sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
984 ASSERT_TRUE(( n4 == nBufferLen )) << "getOption (DONTROUTE) function failed."; in TEST_F()
1019 sal_Int32 nBufferLen = sizeof( struct linger ); in TEST_F() local
1025 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F()
1027 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
1028 ASSERT_TRUE(( n1 == nBufferLen )) << "getOption (SO_LINGER) function failed."; in TEST_F()
H A Dosl_Socket.cxx2158 int nBufferLen = sizeof ( sal_Int32); in TEST_F() local
2170 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
2171 ASSERT_TRUE(( n2 == nBufferLen )) << "getOption function failed."; in TEST_F()
2183 … sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F()
2184 ASSERT_TRUE(( n4 == nBufferLen )) << "getOption (DONTROUTE) function failed."; in TEST_F()
2219 sal_Int32 nBufferLen = sizeof( struct linger ); in TEST_F() local
2225 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F()
2227 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
2228 ASSERT_TRUE(( n1 == nBufferLen )) << "getOption (SO_LINGER) function failed."; in TEST_F()
2695 sal_Int32 nBufferLen = sizeof( struct linger ); in TEST_F() local
[all …]
H A Dosl_StreamSocket.cxx799 sal_Int32 nBufferLen = sizeof( struct linger ); in TEST_F() local
803 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F()
/trunk/main/io/source/stm/
H A Dstreamhelper.cxx59 void MemFIFO::read( Sequence<sal_Int8> &seq , sal_Int32 nBufferLen ) throw (IFIFO_OutOfBoundsExcept… in read() argument
63 readAt(0, seq , nBufferLen); in read()
64 forgetFromStart( nBufferLen ); in read()
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx198 void TerminateBuffer(sal_Char *pBuffer, sal_uLong nBytesRead, sal_uLong nBufferLen) in TerminateBuffer() argument
200 OSL_ENSURE(nBytesRead <= nBufferLen - 2, in TerminateBuffer()
202 OSL_ENSURE(!(nBufferLen & 0x00000001),"nMaxReadBuf must be an even number"); in TerminateBuffer()
203 if (nBytesRead <= nBufferLen - 2) in TerminateBuffer()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx53 StgDirEntry::StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk ) : StgAvlNod… in StgDirEntry() argument
55 *pbOk = aEntry.Load( pBuffer, nBufferLen ); in StgDirEntry()
H A Dstgdir.hxx69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );

Completed in 42 milliseconds