Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2951 $this->close_channel(self::CHANNEL_EXEC);
3320 $this->close_channel(self::CHANNEL_SUBSYSTEM);
3345 $this->close_channel($channel);
3414 $this->close_channel(self::CHANNEL_KEEP_ALIVE);
3497 $this->close_channel(self::CHANNEL_KEEP_ALIVE);
4055 $this->close_channel(self::CHANNEL_EXEC);
4658 private function close_channel($client_channel, $want_reply = false) function in phpseclib3\\Net\\SSH2