Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47422 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){ in unixCurrentTime() argument
47427 *prNow = i/86400000.0; in unixCurrentTime()
55110 static int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){ argument
55115 *prNow = i/86400000.0;