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
3214 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3217 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3219 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
3223 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));
3226 $this->interactiveBuffer .= $response;