Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1107 private $binary_packet_buffer = false; variable in phpseclib3\\Net\\SSH2
3764 $this->binary_packet_buffer = $payload;
3962 if ($this->binary_packet_buffer !== false) {
3963 $response = $this->binary_packet_buffer;
3964 $this->binary_packet_buffer = false;