Searched refs:max_history (Results 1 – 1 of 1) sorted by relevance
54 private $max_history; variable in phpseclib3\\File\\ANSI211 $this->max_history = $history;267 if (count($this->history) == $this->max_history) {451 if (count($this->history) >= $this->max_history) {