Lines Matching refs:CurlUri
71 CURLcode copy( CurlUri uri, rtl::OUString path ) throw(DAVException);
72 CURLcode delete_( CurlUri uri, rtl::OUString path ) throw(DAVException);
73 CURLcode get( CurlUri uri, rtl::OUString path ) throw(DAVException);
74 CURLcode head( CurlUri uri, rtl::OUString path ) throw(DAVException);
75 CURLcode lock( CurlUri uri, rtl::OUString path ) throw(DAVException);
76 CURLcode mkcol( CurlUri uri, rtl::OUString path ) throw(DAVException);
77 CURLcode move( CurlUri uri, rtl::OUString path ) throw(DAVException);
78 CURLcode post( CurlUri uri, rtl::OUString path ) throw(DAVException);
79 CURLcode propfind( CurlUri uri, rtl::OUString path ) throw(DAVException);
80 CURLcode proppatch( CurlUri uri, rtl::OUString path ) throw(DAVException);
81 CURLcode put( CurlUri uri, rtl::OUString path ) throw(DAVException);
82 CURLcode unlock( CurlUri uri, rtl::OUString path ) throw(DAVException);
94 void setURI( CurlUri uri, rtl::OUString path ) throw (DAVException);