Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1089 int nBufferLen = sizeof ( sal_Int32); in setOption_001() local
1099 …l_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionDontRoute, pbDontRouteSet, nBufferLen ); in setOption_001()
1101 sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
1102 CPPUNIT_ASSERT_MESSAGE( "getOption function failed.", ( n2 == nBufferLen ) ); in setOption_001()
1114 sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
1115 … CPPUNIT_ASSERT_MESSAGE( "getOption (DONTROUTE) function failed.", ( n4 == nBufferLen ) ); in setOption_001()
1151 sal_Int32 nBufferLen = sizeof( struct linger ); in setOption_002() local
1157 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in setOption_002()
1159 sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in setOption_002()
1160 … CPPUNIT_ASSERT_MESSAGE( "getOption (SO_LINGER) function failed.", ( n1 == nBufferLen ) ); in setOption_002()
H A Dosl_Socket.cxx2424 int nBufferLen = sizeof ( sal_Int32); in setOption_001() local
2436 sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
2437 CPPUNIT_ASSERT_MESSAGE( "getOption function failed.", ( n2 == nBufferLen ) ); in setOption_001()
2449 sal_Int32 n4 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in setOption_001()
2450 … CPPUNIT_ASSERT_MESSAGE( "getOption (DONTROUTE) function failed.", ( n4 == nBufferLen ) ); in setOption_001()
2486 sal_Int32 nBufferLen = sizeof( struct linger ); in setOption_002() local
2492 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in setOption_002()
2494 sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in setOption_002()
2495 … CPPUNIT_ASSERT_MESSAGE( "getOption (SO_LINGER) function failed.", ( n1 == nBufferLen ) ); in setOption_002()
3065 sal_Int32 nBufferLen = sizeof( struct linger ); in shutdown_002() local
[all …]
H A Dosl_StreamSocket.cxx824 sal_Int32 nBufferLen = sizeof( struct linger ); in shutdown_002() local
828 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in shutdown_002()
/aoo41x/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()
/aoo41x/main/sw/source/filter/basflt/
H A Diodetect.cxx198 void TerminateBuffer(sal_Char *pBuffer, sal_uLong nBytesRead, sal_uLong nBufferLen) in TerminateBuffer() argument
200 ASSERT(nBytesRead <= nBufferLen - 2, in TerminateBuffer()
202 ASSERT(!(nBufferLen & 0x00000001), "nMaxReadBuf must be an even number"); in TerminateBuffer()
203 if (nBytesRead <= nBufferLen - 2) in TerminateBuffer()
/aoo41x/main/sot/source/sdstor/
H A Dstgdir.hxx69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );
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()

Completed in 57 milliseconds