Home
last modified time | relevance | path

Searched refs:curTimeout (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php795 protected $curTimeout; variable in phpseclib3\\Net\\SSH2
1395 $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 …]
H A DSFTP.php3274 $this->curTimeout = $this->timeout;
3337 $this->curTimeout = $this->timeout;