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.cxx252 bool bAppendPort = true; in calculateURI() local
256 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()
260 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()
263 if ( bAppendPort ) in calculateURI()
H A DCurlSession.cxx278 bool bAppendPort = true; in composeCurrentUri() local
283 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 32 milliseconds