Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php263 $agent_data_bytes = current(unpack('N', $data));
266 if ($current_data_bytes != $agent_data_bytes + 4) {
267 $this->expected_bytes = ($agent_data_bytes + 4) - $current_data_bytes;