Lines Matching refs:path

142 void CurlRequest::setURI( CurlUri uri, rtl::OUString path ) throw (DAVException)  in setURI()  argument
154 if ( CurlUri( path ).GetHost().isEmpty() ) in setURI()
158 …curl_url_set( curlUrl, CURLUPART_PATH, rtl::OUStringToOString( path, RTL_TEXTENCODING_UTF8 ).getSt… in setURI()
163 …curl_url_set( curlUrl, CURLUPART_URL, rtl::OUStringToOString( path, RTL_TEXTENCODING_UTF8 ).getStr… in setURI()
168 CURLcode CurlRequest::copy( CurlUri uri, rtl::OUString path ) throw(DAVException) in copy() argument
170 setURI( uri, path ); in copy()
176 CURLcode CurlRequest::delete_( CurlUri uri, rtl::OUString path ) throw (DAVException) in delete_() argument
178 setURI( uri, path ); in delete_()
184 CURLcode CurlRequest::get( CurlUri uri, rtl::OUString path ) throw(DAVException) in get() argument
186 setURI( uri, path ); in get()
192 CURLcode CurlRequest::head( CurlUri uri, rtl::OUString path ) throw (DAVException) in head() argument
194 setURI( uri, path ); in head()
200 CURLcode CurlRequest::lock( CurlUri uri, rtl::OUString path ) throw (DAVException) in lock() argument
202 setURI( uri, path ); in lock()
208 CURLcode CurlRequest::mkcol( CurlUri uri, rtl::OUString path ) throw (DAVException) in mkcol() argument
210 setURI( uri, path ); in mkcol()
216 CURLcode CurlRequest::move( CurlUri uri, rtl::OUString path ) throw (DAVException) in move() argument
218 setURI( uri, path ); in move()
224 CURLcode CurlRequest::post( CurlUri uri, rtl::OUString path ) throw (DAVException) in post() argument
226 setURI( uri, path ); in post()
232 CURLcode CurlRequest::propfind( CurlUri uri, rtl::OUString path ) throw (DAVException) in propfind() argument
234 setURI( uri, path ); in propfind()
240 CURLcode CurlRequest::proppatch( CurlUri uri, rtl::OUString path ) throw (DAVException) in proppatch() argument
242 setURI( uri, path ); in proppatch()
248 CURLcode CurlRequest::put( CurlUri uri, rtl::OUString path ) throw (DAVException) in put() argument
250 setURI( uri, path ); in put()
256 CURLcode CurlRequest::unlock( CurlUri uri, rtl::OUString path ) throw (DAVException) in unlock() argument
258 setURI( uri, path ); in unlock()