Searched refs:disconnect_helper (Results 1 – 2 of 2) sorted by relevance
1647 $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR);1844 $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR);1917 $this->disconnect_helper(NET_SSH2_DISCONNECT_CONNECTION_LOST);1923 $this->disconnect_helper(NET_SSH2_DISCONNECT_PROTOCOL_ERROR);2777 $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION);3271 $this->disconnect_helper(NET_SSH2_DISCONNECT_BY_APPLICATION);3378 $this->disconnect_helper($reason);3564 $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR);3574 $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR);3579 $this->disconnect_helper(NET_SSH2_DISCONNECT_MAC_ERROR);[all …]
3546 protected function disconnect_helper($reason) function in phpseclib3\\Net\\SFTP3549 return parent::disconnect_helper($reason);