Searched refs:prNow (Results 1 – 2 of 2) sorted by relevance
1828 int sqliteOsCurrentTime(double *prNow){ argument1832 *prNow = t/86400.0 + 2440587.5;1842 *prNow = (now + ft.dwLowDateTime)/864000000000.0 + 2305813.5;1846 *prNow = sqlite_current_time/86400.0 + 2440587.5;
24181 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){24186 *prNow = i/86400000.0;29905 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){29909 *prNow = i/86400000.0;34181 int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){34186 *prNow = i/86400000.0;
Completed in 513 milliseconds