Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php832 protected $curTimeout; variable in phpseclib3\\Net\\SSH2
1395 $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 …]
DSFTP.php3276 $this->curTimeout = $this->timeout;
3350 $this->curTimeout = $this->timeout;