Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php804 private $interactiveBuffer = ''; variable in phpseclib3\\Net\\SSH2
3131 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3136 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
3141 return Strings::shift($this->interactiveBuffer, strlen($this->interactiveBuffer));
3144 $this->interactiveBuffer .= $response;