Home
last modified time | relevance | path

Searched defs:http_date (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dasio_common.cc141 std::string http_date(int64_t t) { return util::http_date(t); } in http_date() function
Dasio_server_http2_handler.cc261 const std::string &http2_handler::http_date() { in http_date() function in nghttp2::asio_http2::server::http2_handler
Dutil.cc247 std::string http_date(time_t t) { in http_date() function
254 char *http_date(char *res, time_t t) { in http_date() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3702 const gchar *http_date; in gst_dash_demux_parse_http_head() local