Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfileio.c423 SYSTEMTIME currentTime; in writeFile() local
429 GetSystemTime(&currentTime); in writeFile()
430 SystemTimeToFileTime(&currentTime, &lastAccess); in writeFile()
/sqlite-3.40.0/test/
H A Dthreadtest3.c938 static double currentTime(void){ in currentTime() function
957 double t = currentTime(); in setstoptime_x()
967 double t = currentTime(); in timetostop_x()