Searched refs:nBufferLen (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 958 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 D | osl_Socket.cxx | 2158 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 D | osl_StreamSocket.cxx | 799 sal_Int32 nBufferLen = sizeof( struct linger ); in TEST_F() local 803 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F()
|
/aoo42x/main/io/source/stm/ |
H A D | streamhelper.cxx | 59 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()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 198 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()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 53 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 D | stgdir.hxx | 69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );
|
Completed in 55 milliseconds