Lines Matching refs:xCurrentTimeInt64
1407 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1417 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1420 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1423 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1450 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
13883 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
13886 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
13889 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
13890 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
29370 unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \
32393 winCurrentTimeInt64, /* xCurrentTimeInt64 */