Home
last modified time | relevance | path

Searched defs:nghttp2_time_now_sec (Results 1 - 2 of 2) 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
/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

Completed in 1 milliseconds