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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c24610 ** Find the current time (in Universal Coordinated Time). Write into *piNow
24612 ** other words, write into *piNow the number of milliseconds since the Julian
24618 static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){ argument
24643 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
24647 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
30438 unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow) argument
35559 winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow) argument
[all...]

Completed in 503 milliseconds