Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1155 linger aLingerGet; in setOption_002() local
1159 sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in setOption_002()
1163 sal_Bool bOK = ( 7 == aLingerGet.l_linger ); in setOption_002()
H A Dosl_Socket.cxx2490 linger aLingerGet; in setOption_002() local
2494 sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in setOption_002()
2498 sal_Bool bOK = ( 7 == aLingerGet.l_linger ); in setOption_002()

Completed in 32 milliseconds