Home
last modified time | relevance | path

Searched refs:LogFragment (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log.h258 struct LogFragment { struct
259 LogFragment(LogFragmentType type, StringRef value = StringRef::from_lit(""))
277 void upstream_accesslog(const std::vector<LogFragment> &lf, argument
Dshrpx_config.h67 struct LogFragment;
933 std::vector<LogFragment> format;
1412 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc,
Dshrpx_log.cc576 void upstream_accesslog(const std::vector<LogFragment> &lfv, in upstream_accesslog()
Dshrpx_config.cc699 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc, in parse_log_format()
705 auto res = std::vector<LogFragment>(); in parse_log_format()