Lines Matching defs:bOK
88 sal_Bool bOK; member in AcceptorThread
451 sal_Bool bOK = compareUString( saLocalSocketAddr.getHostname( 0 ), sSocket.getLocalHost() ) ; in getLocalAddr_001() local
496 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in getLocalPort_001() local
521 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); in getLocalPort_002() local
544 sal_Bool bOK = ( sSocket.getLocalPort( ) >= 1 && sSocket.getLocalPort( ) <= 65535); in getLocalPort_003() local
593 sal_Bool bOK; in getLocalHost_001() local
619 sal_Bool bOK = compareUString( sSocket.getLocalHost( ), rtl::OUString::createFromAscii("") ) ; in getLocalHost_002() local
998 sal_Bool bOK = ( SOCK_STREAM == *pType ); in getOption_001() local
1026 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in getOption_simple_001() local
1037 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in getOption_simple_002() local
1106 sal_Bool bOK = ( 0 != *pGetBuffer ); in setOption_001() local
1163 sal_Bool bOK = ( 7 == aLingerGet.l_linger ); in setOption_002() local
1185 sal_Bool bOK = ( 0 != asAcceptorSocket.getOption( osl_Socket_OptionDontRoute ) ); in setOption_simple_001() local
1238 sal_Bool bOK = sal_True; in enableNonBlockingMode_001() local