Home
last modified time | relevance | path

Searched defs: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){
H A Dos_unix.c6751 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){ in unixCurrentTime()