Searched refs:sqlite3_current_time (Results 1 – 7 of 7) sorted by relevance
1786 int sqlite3_current_time = 0; variable1826 if( sqlite3_current_time ){1827 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
2643 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable2684 if( sqlite3_current_time ){ in winCurrentTimeInt64()2685 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in winCurrentTimeInt64()
5420 int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable5449 if( sqlite3_current_time ){ in unixCurrentTimeInt64()5450 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in unixCurrentTimeInt64()
5492 extern int sqlite3_current_time; in Sqlitetest1_Init()5735 (char*)&sqlite3_current_time, TCL_LINK_INT); in Sqlitetest1_Init()
23813 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;
24667 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;
24667 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;