Searched refs:bAppendPort (Results 1 – 2 of 2) sorted by relevance
252 bool bAppendPort = true; in calculateURI() local256 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()260 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()263 if ( bAppendPort ) in calculateURI()
278 bool bAppendPort = true; in composeCurrentUri() local283 bAppendPort = aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in composeCurrentUri()287 bAppendPort = !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in composeCurrentUri()290 if ( bAppendPort ) in composeCurrentUri()
Completed in 27 milliseconds