Searched refs:sqlite3_current_time (Results 1 – 1 of 1) sorted by relevance
47347 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable47378 if( sqlite3_current_time ){ in unixCurrentTimeInt64()47379 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in unixCurrentTimeInt64()55009 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable55052 if( sqlite3_current_time ){55053 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;