Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php147 private $packet_buffer = '';
3331 while (strlen($this->packet_buffer) < 4) {
3338 $this->packet_buffer = '';
3341 $this->packet_buffer .= $temp;
3343 if (strlen($this->packet_buffer) < 4) {
3346 extract(unpack('Nlength', Strings::shift($this->packet_buffer, 4)));
3350 $tempLength -= strlen($this->packet_buffer);
3365 $this->packet_buffer = '';
3368 $this->packet_buffer .= $temp;
3374 $this->packet_type = ord(Strings::shift($this->packet_buffer));
135 var $packet_buffer = ''; global() variable in phpseclib\\Net\\SFTP
[all...]