Home
last modified time | relevance | path

Searched refs:ownedHandles (Results 1 – 1 of 1) sorted by path

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php25 private $ownedHandles = []; variable in GuzzleHttp\\Ring\\Client\\CurlHandler
42 $this->handles = $this->ownedHandles = [];
102 if (false !== ($key = array_search(false, $this->ownedHandles, true))) {
103 $this->ownedHandles[$key] = true;
111 $this->ownedHandles[$id] = true;
119 if (count($this->ownedHandles) > $this->maxHandles) {
121 unset($this->handles[$id], $this->ownedHandles[$id]);
132 $this->ownedHandles[$id] = false;