Searched refs:close_channel (Results 1 – 1 of 1) sorted by relevance
2936 $this->close_channel(self::CHANNEL_EXEC);3236 $this->close_channel(self::CHANNEL_SUBSYSTEM);3249 $this->close_channel($this->get_interactive_channel());3350 $this->close_channel(self::CHANNEL_KEEP_ALIVE);3903 $this->close_channel(self::CHANNEL_EXEC);3969 $this->close_channel($client_channel);4431 private function close_channel($client_channel, $want_reply = false) function in phpseclib3\\Net\\SSH2