Searched refs:curTimeout (Results 1 – 2 of 2) sorted by relevance
795 protected $curTimeout; variable in phpseclib3\\Net\\SSH21395 $this->curTimeout = $this->timeout;1402 …pen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout…1409 if ($this->curTimeout) {1410 $this->curTimeout -= $elapsed;1411 if ($this->curTimeout < 0) {1444 if ($this->curTimeout) {1445 if ($this->curTimeout < 0) {1451 $sec = (int) floor($this->curTimeout);1452 $usec = (int) (1000000 * ($this->curTimeout - $sec));[all …]
3274 $this->curTimeout = $this->timeout;3337 $this->curTimeout = $this->timeout;