Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1647 $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 …]
H A DSFTP.php3546 protected function disconnect_helper($reason) function in phpseclib3\\Net\\SFTP
3549 return parent::disconnect_helper($reason);