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/
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],
3797 … $this->window_size_server_to_client[$new_channel] = $remote_maximum_packet_size;
3985 …el) && isset($this->channel_status[$channel]) && isset($this->window_size_server_to_client[$channe…
[all …]
DSFTP.php547 $this->window_size_server_to_client[self::CHANNEL] = $this->window_size;