Lines Matching refs:xCurrentTimeInt64
1263 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1273 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1276 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1279 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1319 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);