Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogConfig.cc733 if (!logging_space_exhausted) { in update_space_used()
737 logging_space_exhausted = true; in update_space_used()
781 if (logging_space_exhausted) { in update_space_used()
785 logging_space_exhausted = false; in update_space_used()
H A DLogConfig.h175 bool logging_space_exhausted = false; variable
H A DLogFile.cc551 if (!Log::config->logging_space_exhausted) { in write_ascii_logbuffer()
566 if (!Log::config->logging_space_exhausted) { in write_ascii_logbuffer()
H A DLogObject.cc484 if (Log::config->logging_space_exhausted && !writes_to_pipe() && m_logFile) { in log()
H A DLog.cc1397 if (Log::config->logging_space_exhausted) { in flush_thread_main()