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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c24236 ** Find the current time (in Universal Coordinated Time). Write into *piNow
24238 ** other words, write into *piNow the number of milliseconds since the Julian
24244 static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){ argument
24269 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
24273 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
30006 unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow) argument
34631 winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow) argument
[all...]

Completed in 247 milliseconds