Home | History | Annotate | Download | only in dist

Lines Matching refs:xCurrentTimeInt64

867 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
877 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
880 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
883 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
910 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);