Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c5995 static int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){ argument
6000 *prNow = i/86400000.0;
H A Dos_unix.c6751 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){ in unixCurrentTime() argument
6756 *prNow = i/86400000.0; in unixCurrentTime()