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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c22334 SQLITE_API int sqlite3_current_time = 0; local
22370 if( sqlite3_current_time ){
22371 *prNow = sqlite3_current_time/86400.0 + 2440587.5;
27581 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
27610 if( sqlite3_current_time ){
27611 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
31683 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c22334 SQLITE_API int sqlite3_current_time = 0; local
22370 if( sqlite3_current_time ){
22371 *prNow = sqlite3_current_time/86400.0 + 2440587.5;
27581 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
27610 if( sqlite3_current_time ){
27611 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
31683 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c22334 SQLITE_API int sqlite3_current_time = 0; local
22370 if( sqlite3_current_time ){
22371 *prNow = sqlite3_current_time/86400.0 + 2440587.5;
27581 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
27610 if( sqlite3_current_time ){
27611 *piNow = 1000*(sqlite3_int64)sqlite3_current_time + unixEpoch;
31683 SQLITE_API int sqlite3_current_time = 0; /* Fake system time in seconds since 1970. */ local
[all...]

Completed in 822 milliseconds