Searched refs:realtime_log_file (Results 1 – 2 of 2) sorted by relevance
810 private $realtime_log_file; variable in phpseclib3\\Net\\SSH23367 if (isset($this->realtime_log_file) && is_resource($this->realtime_log_file)) {3368 fclose($this->realtime_log_file);4496 $this->realtime_log_file,4515 …age, array &$message_number_log, array &$message_log, &$log_size, &$realtime_log_file, &$realtime_… argument4564 if (!isset($realtime_log_file)) {4568 $realtime_log_file = $fp;4570 if (!is_resource($realtime_log_file)) {4577 fseek($realtime_log_file, ftell($realtime_log_file) - strlen($temp));4581 fseek($realtime_log_file, 0);[all …]
212 private $realtime_log_file; variable in phpseclib3\\Net\\SFTP3431 $this->realtime_log_file,