Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php753 private $interactiveBuffer = '';
3176 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3179 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3181 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
3185 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));
3188 $this->interactiveBuffer .= $response;
691 var $interactiveBuffer = ''; global() variable in phpseclib\\Net\\SSH2