Home
last modified time | relevance | path

Searched refs:packet_buffer (Results 1 – 1 of 1) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php160 private $packet_buffer = ''; variable in phpseclib3\\Net\\SFTP
3355 while (strlen($this->packet_buffer) < 4) {
3362 $this->packet_buffer = '';
3365 $this->packet_buffer .= $temp;
3367 if (strlen($this->packet_buffer) < 4) {
3370 extract(unpack('Nlength', Strings::shift($this->packet_buffer, 4)));
3374 $tempLength -= strlen($this->packet_buffer);
3386 $this->packet_buffer = '';
3389 $this->packet_buffer .= $temp;
3395 $this->packet_type = ord(Strings::shift($this->packet_buffer));
[all …]