Home
last modified time | relevance | path

Searched refs:parse_http_date (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dutil.h197 time_t parse_http_date(const StringRef &s);
Dutil_test.cc442 CU_ASSERT(1001939696 == util::parse_http_date(StringRef::from_lit( in test_util_parse_http_date()
Dutil.cc397 time_t parse_http_date(const StringRef &s) { in parse_http_date() function
DHttpServer.cc1232 last_mod = util::parse_http_date(ims); in prepare_response()