Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php778 protected $curTimeout;
1337 $this->curTimeout = $this->timeout;
1346 $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout == 0 ? 100000 : $this->curTimeout);
1353 if ($this->curTimeout) {
1354 $this->curTimeout -= $elapsed;
1355 if ($this->curTimeout < 0) {
1378 if ($this->curTimeout) {
1379 if ($this->curTimeout < 0) {
1385 $sec = (int) floor($this->curTimeout);
719 var $curTimeout; global() variable in phpseclib\\Net\\SSH2
[all...]
H A DSSH1.php
H A DSFTP.php3270 $this->curTimeout = $this->timeout;
3326 $this->curTimeout = $this->timeout;