Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php232 … $curlResult = $this->parseCurlResult(curl_multi_getcontent($status['handle']), $status['handle']);
353 $response = $this->parseCurlResult($response, $this->curlHandle);
478 protected function parseCurlResult($response, $curlHandle) { function in Sabre\\HTTP\\Client
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php230 … $curlResult = $this->parseCurlResult(curl_multi_getcontent($status['handle']), $status['handle']);
351 $response = $this->parseCurlResult($response, $this->curlHandle);
476 protected function parseCurlResult($response, $curlHandle) { function in Sabre\\HTTP\\Client
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php401 function parseCurlResult($response, $curlHandle) { function in Sabre\\HTTP\\ClientMock
403 return parent::parseCurlResult($response, $curlHandle);