Searched refs:bAppendPort (Results 1 – 2 of 2) sorted by relevance
168 bool bAppendPort = true; in calculateURI() local172 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()176 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()179 if ( bAppendPort ) in calculateURI()
257 bool bAppendPort = true; in composeCurrentUri() local262 bAppendPort = aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in composeCurrentUri()266 bAppendPort = !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in composeCurrentUri()269 if ( bAppendPort ) in composeCurrentUri()
Completed in 21 milliseconds