Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php115 private $expected_bytes = 0; variable in phpseclib3\\System\\SSH\\Agent
269 if ($this->expected_bytes > 0) {
271 $this->expected_bytes -= strlen($data);
277 $this->expected_bytes = ($agent_data_bytes + 4) - $current_data_bytes;
287 $this->expected_bytes = 0;