Home
last modified time | relevance | path

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

/freebsd/crypto/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()