Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php105 private $socket_buffer = ''; variable in phpseclib3\\System\\SSH\\Agent
270 $this->socket_buffer .= $data;
275 $this->socket_buffer = $data;
282 if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {
286 $this->socket_buffer = '';