Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3349 $tempLength = $length;
3350 $tempLength -= strlen($this->packet_buffer);
3353 if (!$this->allow_arbitrary_length_packets && !$this->use_request_id && $tempLength > 256 * 1024) {
3358 while ($tempLength > 0) {
3369 $tempLength -= strlen($temp);