Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx168 bool bAppendPort = true; in calculateURI() local
172 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()
176 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()
179 if ( bAppendPort ) in calculateURI()
H A DSerfSession.cxx257 bool bAppendPort = true; in composeCurrentUri() local
262 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 69 milliseconds