Home
last modified time | relevance | path

Searched refs:nghttp2_time_now_sec (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_time.c48 uint64_t nghttp2_time_now_sec(void) { in nghttp2_time_now_sec() function
59 uint64_t nghttp2_time_now_sec(void) { return GetTickCount64() / 1000; } in nghttp2_time_now_sec() function
61 uint64_t nghttp2_time_now_sec(void) { return time_now_sec(); } in nghttp2_time_now_sec() function
H A Dnghttp2_time.h34 /* nghttp2_time_now_sec returns seconds from implementation-specific
36 uint64_t nghttp2_time_now_sec(void);
H A Dnghttp2_session.c4474 nghttp2_time_now_sec()); in session_update_stream_reset_ratelim()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_time.c48 uint64_t nghttp2_time_now_sec(void) { in nghttp2_time_now_sec() function
59 uint64_t nghttp2_time_now_sec(void) { return GetTickCount64() / 1000; } in nghttp2_time_now_sec() function
61 uint64_t nghttp2_time_now_sec(void) { return time_now_sec(); } in nghttp2_time_now_sec() function
H A Dnghttp2_time.h34 /* nghttp2_time_now_sec returns seconds from implementation-specific
36 uint64_t nghttp2_time_now_sec(void);
H A Dnghttp2_session.c4469 nghttp2_time_now_sec()); in session_update_stream_reset_ratelim()

Completed in 18 milliseconds