Searched defs:http_date (Results 1 – 4 of 4) sorted by relevance
141 std::string http_date(int64_t t) { return util::http_date(t); } in http_date() function
261 const std::string &http2_handler::http_date() { in http_date() function in nghttp2::asio_http2::server::http2_handler
247 std::string http_date(time_t t) { in http_date() function254 char *http_date(char *res, time_t t) { in http_date() function
3702 const gchar *http_date; in gst_dash_demux_parse_http_head() local