Searched refs:curTimeout (Results 1 – 2 of 2) sorted by relevance
832 protected $curTimeout; variable in phpseclib3\\Net\\SSH21395 $this->curTimeout = $this->timeout;1404 …pen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout…1411 if ($this->curTimeout) {1412 $this->curTimeout -= $elapsed;1413 if ($this->curTimeout < 0) {1436 if ($this->curTimeout) {1437 if ($this->curTimeout < 0) {1443 $sec = (int) floor($this->curTimeout);1444 $usec = (int) (1000000 * ($this->curTimeout - $sec));[all …]
3276 $this->curTimeout = $this->timeout;3350 $this->curTimeout = $this->timeout;