Searched refs:parse_log_format (Results 1 – 4 of 4) sorted by relevance
75 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()
1231 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc,
597 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc, in parse_log_format() function2776 config->logging.access.format = parse_log_format(config->balloc, optarg); in parse_config()
1555 parse_log_format(config->balloc, DEFAULT_ACCESSLOG_FORMAT); in fill_default_config()