Lines Matching refs:DAVException

74 …d CurlRequest::addHeader( const rtl::OString &name, const rtl::OString &value) throw (DAVException)  in addHeader()
84 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Out of memo… in addHeader()
136 …alsCallback( bool (*callback)(long statusCode, void *userdata) throw (DAVException), void *userdat… in setProvideCredentialsCallback() argument
142 void CurlRequest::setURI( CurlUri uri, rtl::OUString path ) throw (DAVException) in setURI()
152 …throw DAVException( DAVException::DAV_SESSION_CREATE, rtl::OUString::createFromAscii( "Out of memo… 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()
264 CURLcode CurlRequest::perform() throw (DAVException) in perform()