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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1786 int sqlite3_current_time = 0; variable
1826 if( sqlite3_current_time ){
1827 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dos_win.c2643 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
2684 if( sqlite3_current_time ){
2685 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dos_unix.c5420 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
5449 if( sqlite3_current_time ){
5450 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dtest1.c5492 extern int sqlite3_current_time;
5735 (char*)&sqlite3_current_time, TCL_LINK_INT);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23813 SQLITE_API int sqlite3_current_time = 0; local
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. */ local
33777 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24667 SQLITE_API int sqlite3_current_time = 0; local
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. */ local
35662 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24667 SQLITE_API int sqlite3_current_time = 0; local
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. */ local
35690 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]

Completed in 682 milliseconds