Lines Matching defs:uri
142 void CurlRequest::setURI( CurlUri uri, rtl::OUString path ) throw (DAVException) in setURI()
168 CURLcode CurlRequest::copy( CurlUri uri, rtl::OUString path ) throw(DAVException) in copy()
176 CURLcode CurlRequest::delete_( CurlUri uri, rtl::OUString path ) throw (DAVException) in delete_()
184 CURLcode CurlRequest::get( CurlUri uri, rtl::OUString path ) throw(DAVException) in get()
192 CURLcode CurlRequest::head( CurlUri uri, rtl::OUString path ) throw (DAVException) in head()
200 CURLcode CurlRequest::lock( CurlUri uri, rtl::OUString path ) throw (DAVException) in lock()
208 CURLcode CurlRequest::mkcol( CurlUri uri, rtl::OUString path ) throw (DAVException) in mkcol()
216 CURLcode CurlRequest::move( CurlUri uri, rtl::OUString path ) throw (DAVException) in move()
224 CURLcode CurlRequest::post( CurlUri uri, rtl::OUString path ) throw (DAVException) in post()
232 CURLcode CurlRequest::propfind( CurlUri uri, rtl::OUString path ) throw (DAVException) in propfind()
240 CURLcode CurlRequest::proppatch( CurlUri uri, rtl::OUString path ) throw (DAVException) in proppatch()
248 CURLcode CurlRequest::put( CurlUri uri, rtl::OUString path ) throw (DAVException) in put()
256 CURLcode CurlRequest::unlock( CurlUri uri, rtl::OUString path ) throw (DAVException) in unlock()