Home
last modified time | relevance | path

Searched refs:sqlite3_current_time (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c1786 int sqlite3_current_time = 0; variable
1826 if( sqlite3_current_time ){
1827 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
Dos_win.c2643 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
2684 if( sqlite3_current_time ){ in winCurrentTimeInt64()
2685 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in winCurrentTimeInt64()
Dos_unix.c5420 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
5449 if( sqlite3_current_time ){ in unixCurrentTimeInt64()
5450 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in unixCurrentTimeInt64()
Dtest1.c5492 extern int sqlite3_current_time; in Sqlitetest1_Init()
5735 (char*)&sqlite3_current_time, TCL_LINK_INT); in Sqlitetest1_Init()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c23813 SQLITE_API int sqlite3_current_time = 0;
23853 if( sqlite3_current_time ){
23854 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
29576 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
29605 if( sqlite3_current_time ){
29606 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
33777 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
33818 if( sqlite3_current_time ){
33819 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
/external/sqlite/dist/orig/
Dsqlite3.c24667 SQLITE_API int sqlite3_current_time = 0;
24707 if( sqlite3_current_time ){
24708 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
30543 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
30577 if( sqlite3_current_time ){
30578 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
35662 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
35704 if( sqlite3_current_time ){
35705 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
/external/sqlite/dist/
Dsqlite3.c24667 SQLITE_API int sqlite3_current_time = 0;
24707 if( sqlite3_current_time ){
24708 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
30571 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
30605 if( sqlite3_current_time ){
30606 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
35690 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
35732 if( sqlite3_current_time ){
35733 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;