Lines Matching refs:xCurrentTimeInt64
1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1553 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1556 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1559 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1599 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
14879 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14885 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
14886 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
24790 os2CurrentTimeInt64, /* xCurrentTimeInt64 */
31870 unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \
35813 winCurrentTimeInt64, /* xCurrentTimeInt64 */