Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php99 private $socket_buffer = '';
260 $this->socket_buffer .= $data;
265 $this->socket_buffer = $data;
272 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
276 $this->socket_buffer = '';
105 var $socket_buffer = ''; global() variable in phpseclib\\System\\SSH\\Agent