Searched defs:sqlite3_current_time (Results 1 - 6 of 6) 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;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c23798 SQLITE_API int sqlite3_current_time = 0; local
23838 if( sqlite3_current_time ){
23839 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
29561 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
33762 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c30414 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
37324 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30434 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
37344 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]

Completed in 542 milliseconds