Searched refs:http_date (Results 1 – 11 of 11) sorted by relevance
250 formatted_date_(util::http_date(tstamp_cached_)) {} in http2_handler()261 const std::string &http2_handler::http_date() { in http_date() function in nghttp2::asio_http2::server::http2_handler265 formatted_date_ = util::http_date(t); in http_date()345 auto date = http_date(); in start_response()
141 std::string http_date(int64_t t) { return util::http_date(t); } in http_date() function
95 const std::string &http_date();
175 std::string http_date(time_t t);179 char *http_date(char *res, time_t t);611 auto p = http_date(out, t.count()); in format_http_date()
195 CU_ASSERT("Thu, 01 Jan 1970 00:00:00 GMT" == util::http_date(0)); in test_util_http_date()196 CU_ASSERT("Wed, 29 Feb 2012 09:15:16 GMT" == util::http_date(1330506916)); in test_util_http_date()
247 std::string http_date(time_t t) { in http_date() function250 http_date(&res[0], t); in http_date()254 char *http_date(char *res, time_t t) { in http_date() function
238 cached_date_(util::http_date(tstamp_cached_)) { in Sessions()316 void update_cached_date() { cached_date_ = util::http_date(tstamp_cached_); } in update_cached_date()933 last_modified_str = util::http_date(last_modified); in submit_file_response()
115 std::string http_date(int64_t t);
99 header_value{http_date(stbuf.st_mtime)}); in main()
3702 const gchar *http_date; in gst_dash_demux_parse_http_head() local3720 http_date = gst_structure_get_string (response_headers, "Date"); in gst_dash_demux_parse_http_head()3721 if (!http_date) { in gst_dash_demux_parse_http_head()3726 pos = strchr (http_date, ','); in gst_dash_demux_parse_http_head()3730 pos = http_date; in gst_dash_demux_parse_http_head()
8777 FILE: ../../../third_party/dart/sdk/lib/_http/http_date.dart