Home
last modified time | relevance | path

Searched refs:aLingerGet (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1023 linger aLingerGet; in TEST_F() local
1027 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
1031 sal_Bool bOK = ( 7 == aLingerGet.l_linger ); in TEST_F()
H A Dosl_Socket.cxx2223 linger aLingerGet; in TEST_F() local
2227 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F()
2231 sal_Bool bOK = ( 7 == aLingerGet.l_linger ); in TEST_F()

Completed in 35 milliseconds