Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php770 private $interactiveBuffer = ''; variable in phpseclib3\\Net\\SSH2
3222 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3225 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3227 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
3231 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));
3234 $this->interactiveBuffer .= $response;