Searched refs:expected_bytes (Results 1 – 1 of 1) sorted by relevance
109 private $expected_bytes = 0; variable in phpseclib3\\System\\SSH\\Agent279 if ($this->expected_bytes > 0) {281 $this->expected_bytes -= strlen($data);287 $this->expected_bytes = ($agent_data_bytes + 4) - $current_data_bytes;297 $this->expected_bytes = 0;