Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c5939 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
5982 if( sqlite3_current_time ){
5983 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
H A Dos_unix.c6706 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
6737 if( sqlite3_current_time ){ in unixCurrentTimeInt64()
6738 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in unixCurrentTimeInt64()
H A Dtest1.c8523 extern int sqlite3_current_time; in Sqlitetest1_Init()
8859 (char*)&sqlite3_current_time, TCL_LINK_INT); in Sqlitetest1_Init()