Searched refs:aLingerSet (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sal/qa/osl/socket/ |
| H A D | osl_Socket2.cxx | 1150 /* struct */linger aLingerSet; in setOption_002() local 1152 aLingerSet.l_onoff = 1; in setOption_002() 1153 aLingerSet.l_linger = 7; in setOption_002() 1157 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in setOption_002() 1171 linger aLingerSet; in setOption_003() local 1172 aLingerSet.l_onoff = 1; in setOption_003() 1173 aLingerSet.l_linger = 7; in setOption_003() 1175 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in setOption_003()
|
| H A D | osl_Socket.cxx | 2485 /* struct */linger aLingerSet; in setOption_002() local 2487 aLingerSet.l_onoff = 1; in setOption_002() 2488 aLingerSet.l_linger = 7; in setOption_002() 2492 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in setOption_002() 2506 linger aLingerSet; in setOption_003() local 2507 aLingerSet.l_onoff = 1; in setOption_003() 2508 aLingerSet.l_linger = 7; in setOption_003() 2510 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in setOption_003() 3064 linger aLingerSet; in shutdown_002() local 3066 aLingerSet.l_onoff = 0; in shutdown_002() [all …]
|
| H A D | osl_StreamSocket.cxx | 823 linger aLingerSet; in shutdown_002() local 825 aLingerSet.l_onoff = 0; in shutdown_002() 826 aLingerSet.l_linger = 0; in shutdown_002() 828 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in shutdown_002()
|