Home
last modified time | relevance | path

Searched refs:proppatch (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.hxx80 CURLcode proppatch( CurlUri uri, rtl::OUString path );
H A DCurlRequest.cxx240 CURLcode CurlRequest::proppatch( CurlUri uri, rtl::OUString path ) in proppatch() function in CurlRequest
H A DCurlSession.cxx1014 CURLcode rc = curlRequest.proppatch( m_aUri, inPath ); in PROPPATCH()