Home
last modified time | relevance | path

Searched refs:sendAsyncInternal (Results 1 – 2 of 2) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php184 $this->sendAsyncInternal($request, $success, $error);
242 … $this->sendAsyncInternal($request, $successCallback, $errorCallback, $retryCount);
260 … $this->sendAsyncInternal($request, $successCallback, $errorCallback, $retryCount);
546 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… function in Sabre\\HTTP\\Client
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php182 $this->sendAsyncInternal($request, $success, $error);
544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… function in Sabre\\HTTP\\Client