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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24232 SQLITE_API int sqlite3_current_time = 0; local
24272 if( sqlite3_current_time ){
24273 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
29994 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
34619 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c40534 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
48006 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]

Completed in 734 milliseconds