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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1790 ** Find the current time (in Universal Coordinated Time). Write into *piNow
1792 ** other words, write into *piNow the number of milliseconds since the Julian
1798 static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){ argument
1823 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
1827 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dos_win.c2647 ** Find the current time (in Universal Coordinated Time). Write into *piNow
2649 ** other words, write into *piNow the number of milliseconds since the Julian
2655 static int winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){ argument
2679 *piNow = winFiletimeEpoch +
2685 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dos_unix.c5424 ** Find the current time (in Universal Coordinated Time). Write into *piNow
5426 ** other words, write into *piNow the number of milliseconds since the Julian
5432 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){ argument
5437 *piNow = ((sqlite3_int64)t)*1000 + unixEpoch;
5441 *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_nsec/1000000;
5445 *piNow = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_usec/1000;
5450 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23802 ** Find the current time (in Universal Coordinated Time). Write into *piNow
23804 ** other words, write into *piNow the number of milliseconds since the Julian
23810 static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){ argument
23835 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
23839 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
29573 unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow) argument
33774 winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c30427 unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow) argument
37337 winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30447 unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow) argument
37357 winCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow) argument
[all...]

Completed in 781 milliseconds