Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php762 protected $window_size_server_to_client = []; variable in phpseclib3\\Net\\SSH2
2848 $this->window_size_server_to_client[self::CHANNEL_EXEC] = $this->window_size;
2858 $this->window_size_server_to_client[self::CHANNEL_EXEC],
2962 $this->window_size_server_to_client[self::CHANNEL_SHELL] = $this->window_size;
2970 $this->window_size_server_to_client[self::CHANNEL_SHELL],
3185 $this->window_size_server_to_client[self::CHANNEL_SUBSYSTEM] = $this->window_size;
3329 $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE] = $this->window_size;
3336 $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE],
3986 $this->window_size_server_to_client[$channel] -= strlen($response);
3989 if ($this->window_size_server_to_client[$channel] < 0) {
[all …]
H A DSFTP.php547 $this->window_size_server_to_client[self::CHANNEL] = $this->window_size;