Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_current_time

37111 SQLITE_API int sqlite3_current_time = 0;  /* Fake system time in seconds since 1970. */
37142 if( sqlite3_current_time ){
37143 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
44514 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */
44557 if( sqlite3_current_time ){
44558 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;