Searched refs:aLingerSet (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sal/qa/osl/socket/ |
| H A D | osl_Socket2.cxx | 1018 /* struct */linger aLingerSet; in TEST_F() local 1020 aLingerSet.l_onoff = 1; in TEST_F() 1021 aLingerSet.l_linger = 7; in TEST_F() 1025 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F() 1038 linger aLingerSet; in TEST_F() local 1039 aLingerSet.l_onoff = 1; in TEST_F() 1040 aLingerSet.l_linger = 7; in TEST_F() 1042 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in TEST_F()
|
| H A D | osl_Socket.cxx | 2218 /* struct */linger aLingerSet; in TEST_F() local 2220 aLingerSet.l_onoff = 1; in TEST_F() 2221 aLingerSet.l_linger = 7; in TEST_F() 2225 asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F() 2238 linger aLingerSet; in TEST_F() local 2239 aLingerSet.l_onoff = 1; in TEST_F() 2240 aLingerSet.l_linger = 7; in TEST_F() 2242 sal_Bool b1 = asAcceptorSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, 0 ); in TEST_F() 2694 linger aLingerSet; in TEST_F() local 2696 aLingerSet.l_onoff = 0; in TEST_F() [all …]
|
| H A D | osl_StreamSocket.cxx | 798 linger aLingerSet; in TEST_F() local 800 aLingerSet.l_onoff = 0; in TEST_F() 801 aLingerSet.l_linger = 0; in TEST_F() 803 ssConnectionSocket.setOption( osl_Socket_OptionLinger, &aLingerSet, nBufferLen ); in TEST_F()
|