Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php108 private $expected_bytes = 0;
259 if ($this->expected_bytes > 0) {
261 $this->expected_bytes -= strlen($data);
267 $this->expected_bytes = ($agent_data_bytes + 4) - $current_data_bytes;
277 $this->expected_bytes = 0;
112 var $expected_bytes = 0; global() variable in phpseclib\\System\\SSH\\Agent