Home
last modified time | relevance | path

Searched refs:now_ft (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_dgram.c1904 FILETIME now_ft; in get_current_time() local
1907 SystemTimeToFileTime(&st, &now_ft); in get_current_time()
1908 now_ul = ((unsigned __int64)now_ft.dwHighDateTime << 32) | now_ft.dwLowDateTime; in get_current_time()
/third_party/openssl/crypto/bio/
H A Dbss_dgram.c1904 FILETIME now_ft; in get_current_time() local
1907 SystemTimeToFileTime(&st, &now_ft); in get_current_time()
1908 now_ul = ((unsigned __int64)now_ft.dwHighDateTime << 32) | now_ft.dwLowDateTime; in get_current_time()

Completed in 4 milliseconds