Searched refs:curlHandle (Results 1 – 3 of 3) sorted by relevance
347 if (!$this->curlHandle) {348 $this->curlHandle = curl_init();351 curl_setopt_array($this->curlHandle, $settings);352 $response = $this->curlExec($this->curlHandle);353 $response = $this->parseCurlResult($response, $this->curlHandle);371 private $curlHandle; variable in Sabre\\HTTP\\Client475 * @param resource $curlHandle478 protected function parseCurlResult($response, $curlHandle) { argument484 ) = $this->curlStuff($curlHandle);573 * @param resource $curlHandle[all …]
345 if (!$this->curlHandle) {346 $this->curlHandle = curl_init();349 curl_setopt_array($this->curlHandle, $settings);350 $response = $this->curlExec($this->curlHandle);351 $response = $this->parseCurlResult($response, $this->curlHandle);369 private $curlHandle; variable in Sabre\\HTTP\\Client473 * @param resource $curlHandle476 protected function parseCurlResult($response, $curlHandle) { argument482 ) = $this->curlStuff($curlHandle);571 * @param resource $curlHandle[all …]
401 function parseCurlResult($response, $curlHandle) { argument403 return parent::parseCurlResult($response, $curlHandle);432 * @param resource $curlHandle435 protected function curlStuff($curlHandle) { argument442 return parent::curlStuff($curlHandle);454 * @param resource $curlHandle457 protected function curlExec($curlHandle) { argument464 return parent::curlExec($curlHandle);