Searched refs:sendAsyncInternal (Results 1 – 2 of 2) sorted by relevance
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Client.php | 184 $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 D | Client.php | 182 $this->sendAsyncInternal($request, $success, $error); 544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error… function in Sabre\\HTTP\\Client
|