Searched refs:osl_Socket_OptionLinger (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 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() 1175 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in setOption_003()
|
H A D | osl_Socket.cxx | 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() 2510 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in setOption_003() 3069 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in shutdown_002()
|
H A D | osl_StreamSocket.cxx | 828 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in shutdown_002()
|
/aoo4110/main/sal/inc/osl/ |
H A D | socket.h | 100 osl_Socket_OptionLinger, enumerator
|
/aoo4110/main/vos/inc/vos/ |
H A D | socket.hxx | 94 TOption_Linger = osl_Socket_OptionLinger,
|
Completed in 57 milliseconds