Home
last modified time | relevance | path

Searched refs:time_http_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log_config.h45 std::array<char, sizeof("Mon, 10 Oct 2016 10:25:58 GMT")> time_http_buf; member
Dshrpx_log_config.cc41 time_http = util::format_http_date(time_http_buf.data(), tp); in Timestamp()