Searched refs:expected_bytes (Results 1 – 1 of 1) sorted by relevance
115 private $expected_bytes = 0; variable in phpseclib3\\System\\SSH\\Agent269 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;