Home
last modified time | relevance | path

Searched refs:http_date (Results 1 – 11 of 11) sorted by relevance

/third_party/nghttp2/src/
Dasio_server_http2_handler.cc250 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_handler
265 formatted_date_ = util::http_date(t); in http_date()
345 auto date = http_date(); in start_response()
Dasio_common.cc141 std::string http_date(int64_t t) { return util::http_date(t); } in http_date() function
Dasio_server_http2_handler.h95 const std::string &http_date();
Dutil.h175 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()
Dutil_test.cc195 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()
Dutil.cc247 std::string http_date(time_t t) { in http_date() function
250 http_date(&res[0], t); in http_date()
254 char *http_date(char *res, time_t t) { in http_date() function
DHttpServer.cc238 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()
/third_party/nghttp2/src/includes/nghttp2/
Dasio_http2.h115 std::string http_date(int64_t t);
/third_party/nghttp2/examples/
Dasio-sv2.cc99 header_value{http_date(stbuf.st_mtime)}); in main()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3702 const gchar *http_date; in gst_dash_demux_parse_http_head() local
3720 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()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party8777 FILE: ../../../third_party/dart/sdk/lib/_http/http_date.dart