Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_win32.c8 #define TICKS_UNIX_EPOCH (116444736000000000LL) macro
23 unixTicks = ticks - TICKS_UNIX_EPOCH; in win32GetTimeOfDay()