Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogFile.cc74 if (m_file_format != LOG_FILE_PIPE) { in LogFile()
178 if (m_file_format == LOG_FILE_PIPE) { in open_file()
260 if (m_file_format == LOG_FILE_PIPE) { in close_file()
489 } else if (m_file_format == LOG_FILE_ASCII || m_file_format == LOG_FILE_PIPE) { in preproc_and_try_delete()
614 if (m_file_format == LOG_FILE_PIPE) { in write_ascii_logbuffer3()
646 if (m_file_format == LOG_FILE_PIPE) { in write_ascii_logbuffer3()
782 if (m_file_format == LOG_FILE_PIPE) { in is_open()
798 if (m_file_format == LOG_FILE_PIPE) { in get_fd()
H A DLogFile.h89 …return (m_file_format == LOG_FILE_BINARY ? "binary" : (m_file_format == LOG_FILE_PIPE ? "ascii_pip… in get_format_name()
103 if (m_file_format == LOG_FILE_PIPE) in get_size_bytes()
H A DYamlLogConfig.cc163 (0 == strcasecmp(mode.c_str(), "ascii_pipe") ? LOG_FILE_PIPE : LOG_FILE_ASCII)); in decodeLogObject()
212 if (file_type != LOG_FILE_PIPE) { in decodeLogObject()
231 case LOG_FILE_PIPE: in decodeLogObject()
H A DLogFormat.h41 LOG_FILE_PIPE, // ie. ASCII pipe enumerator
H A DLog.h94 case LOG_FILE_PIPE: in ~LogFlushData()
H A DLogObject.cc116 } else if (file_format == LOG_FILE_PIPE) { in LogObject()
195 case LOG_FILE_PIPE: in generate_filenames()
H A DLog.cc1372 … } else if (logfile->m_file_format == LOG_FILE_ASCII || logfile->m_file_format == LOG_FILE_PIPE) { in flush_thread_main()