Home
last modified time | relevance | path

Searched refs:LOG_MAX_SIZE (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php157 const LOG_MAX_SIZE = 1048576; // 1024 * 1024
758 * Should never exceed self::LOG_MAX_SIZE
4476 while ($log_size > self::LOG_MAX_SIZE) {
4498 // needs to be defined and that the resultant log file will be capped out at self::LOG_MAX_SIZE.
4518 if ($realtime_log_size > self::LOG_MAX_SIZE) {
152 const LOG_MAX_SIZE = 1048576; // 1024 * 1024 global() define in phpseclib\\Net\\SSH2