Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config_test.cc75 auto res = parse_log_format( in test_shrpx_config_parse_log_format()
124 res = parse_log_format(balloc, StringRef::from_lit("$")); in test_shrpx_config_parse_log_format()
131 res = parse_log_format(balloc, StringRef::from_lit("${")); in test_shrpx_config_parse_log_format()
138 res = parse_log_format(balloc, StringRef::from_lit("${a")); in test_shrpx_config_parse_log_format()
145 res = parse_log_format(balloc, StringRef::from_lit("${a ")); in test_shrpx_config_parse_log_format()
152 res = parse_log_format(balloc, StringRef::from_lit("$$remote_addr")); in test_shrpx_config_parse_log_format()
Dshrpx_config.h1231 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc,
Dshrpx_config.cc597 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc, in parse_log_format() function
2776 config->logging.access.format = parse_log_format(config->balloc, optarg); in parse_config()
Dshrpx.cc1555 parse_log_format(config->balloc, DEFAULT_ACCESSLOG_FORMAT); in fill_default_config()