Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c45724 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ variable
45755 if( sqlite3_current_time ){ in unixCurrentTimeInt64()
45756 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch; in unixCurrentTimeInt64()
53555 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
53598 if( sqlite3_current_time ){
53599 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;