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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24283 ** current time and date as a Julian Day number into *prNow and
24286 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
24291 *prNow = i/86400000.0;
30036 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
34673 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]

Completed in 685 milliseconds