Home
last modified time | relevance | path

Searched refs:aLingerSet (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1150 /* 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 Dosl_Socket.cxx2485 /* 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()
3064 linger aLingerSet; in shutdown_002() local
3066 aLingerSet.l_onoff = 0; in shutdown_002()
3067 aLingerSet.l_linger = 0; in shutdown_002()
[all …]
H A Dosl_StreamSocket.cxx823 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()

Completed in 57 milliseconds