Home
last modified time | relevance | path

Searched refs:bAppendPort (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx249 bool bAppendPort = true; in calculateURI() local
253 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()
257 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()
260 if ( bAppendPort ) in calculateURI()
H A DCurlSession.cxx275 bool bAppendPort = true; in composeCurrentUri() local
280 bAppendPort = aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in composeCurrentUri()
284 bAppendPort = !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in composeCurrentUri()
287 if ( bAppendPort ) in composeCurrentUri()